Changeset 1721
- Timestamp:
- 05/21/07 20:31:55 (18 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/tags.php
r1671 r1721 100 100 101 101 $gotsome = count($ids) > 0; 102 $taggedItems = new PaginatedItemList(); 102 103 if ($gotsome) { 103 104 104 $taggedItems = new PaginatedItemList();105 105 $sqlWhere = " i.id in (".implode(",", $ids).") "; 106 106 // include deprecated feeds while showing tags. … … 165 165 166 166 } else { 167 echo "<p style=\"height: 10em; text-align:center\">"; 168 printf(__('Oops! No items tagged «%s» were found.'), $hrTag); 169 echo "</p>"; 167 $GLOBALS['rss']->renderWithTemplate('index.php', 'items'); 168 169 // echo "<p style=\"height: 10em; text-align:center\">"; 170 // printf(__('Oops! No items tagged «%s» were found.'), $hrTag); 171 // echo "</p>"; 170 172 } 171 173 //echo "</div>\n";
