summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index 4c5a787cc..5e793f27f 100644
--- a/backend.php
+++ b/backend.php
@@ -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>";