From: Andrew Dolgov Date: Thu, 8 Jun 2006 05:13:51 +0000 (+0100) Subject: fix pref/feeds display when categories are disabled X-Git-Tag: 1.2.0~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6e69e9c25dd25b7c7e60060159fe78b996ec8732;p=tt-rss.git fix pref/feeds display when categories are disabled --- diff --git a/backend.php b/backend.php index dafb0b95..6d0723c9 100644 --- a/backend.php +++ b/backend.php @@ -1833,7 +1833,13 @@ if (!get_pref($link, 'ENABLE_FEED_CATS')) { print " -   +  "; + + if (get_pref($link, 'ENABLE_FEED_ICONS')) { + print " "; + } + + print " Title Feed Updated";