summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-01 04:04:41 +0100
committerAndrew Dolgov <[email protected]>2006-10-01 04:04:41 +0100
commit6a4413b46b7ec951718725cf22e7d877ff3e85a4 (patch)
tree4c7b93b12f808526c1e9c33c644ffc922dc4b7fc /backend.php
parent800a71e0f10799d10271506b289802df11166069 (diff)
graycube updates
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>";