From 85a922895f2865a658f98a7d0e795aec05da3d06 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 Nov 2010 18:11:15 +0300 Subject: prefs: disable option ENABLE_FEED_ICONS --- mobile/classic/functions.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mobile/classic') diff --git a/mobile/classic/functions.php b/mobile/classic/functions.php index c7acba79e..bd61bbfd2 100644 --- a/mobile/classic/functions.php +++ b/mobile/classic/functions.php @@ -296,10 +296,7 @@ $feed = "$feed_title"; print "
  • "; - if (get_pref($link, 'ENABLE_FEED_ICONS')) { - print "$feed_icon"; - } - + print "$feed_icon"; print "$feed "; if ($unread != 0) { -- cgit v1.2.3