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

graycube updates

This commit is contained in:
Andrew Dolgov
2006-10-01 04:04:41 +01:00
parent 800a71e0f1
commit 6a4413b46b
2 changed files with 49 additions and 4 deletions

View File

@@ -193,9 +193,9 @@
}
// if (!get_pref($link, 'ENABLE_FEED_CATS')) {
if (!get_pref($link, 'ENABLE_FEED_CATS')) {
print "<li><hr></li>";
// }
}
if (get_pref($link, 'ENABLE_FEED_CATS')) {
if (get_pref($link, "FEEDS_SORT_BY_UNREAD")) {
@@ -863,7 +863,7 @@
} else {
print "<div width='100%' align='center'>No articles found.</div>";
print "<div class='whiteBox'>No articles found.</div>";
}
print "</div>";