1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:25:57 +00:00

generated feeds always sorted by updated desc

This commit is contained in:
Andrew Dolgov
2006-08-01 06:04:31 +01:00
parent 234e467cad
commit e939722a14
2 changed files with 14 additions and 8 deletions

View File

@@ -869,12 +869,14 @@
$search_q = "&q=$search&m=$match_on&smode=$search_mode";
}
print " 
<a target=\"_new\"
href=\"backend.php?op=rss&id=$feed_id&is_cat=$is_cat$search_q\"
<img class=\"noborder\"
alt=\"Generated feed\" src=\"images/feed-icon-12x12.png\">
</a>";
if (!$bottom) {
print "&nbsp;
<a target=\"_new\"
href=\"backend.php?op=rss&id=$feed_id&is_cat=$is_cat$search_q\"
<img class=\"noborder\"
alt=\"Generated feed\" src=\"images/feed-icon-12x12.png\">
</a>";
}
print "</td>";
print "</tr></table>";