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 --- functions.php | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 174a19e8d..259aaf556 100644 --- a/functions.php +++ b/functions.php @@ -701,14 +701,12 @@ $site_url = $rss->channel["link"]; } - if (get_pref($link, 'ENABLE_FEED_ICONS', $owner_uid, false)) { - if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) { - _debug("update_rss_feed: checking favicon..."); - } - - check_feed_favicon($site_url, $feed, $link); + if (defined('DAEMON_EXTENDED_DEBUG') || $_REQUEST['xdebug']) { + _debug("update_rss_feed: checking favicon..."); } + check_feed_favicon($site_url, $feed, $link); + if (!$registered_title || $registered_title == "[Unknown]") { if ($use_simplepie) { @@ -1681,10 +1679,7 @@ print $color_str; */ print "
  • "; - if (get_pref($link, 'ENABLE_FEED_ICONS')) { - print "$feed_icon"; - } - + print "$feed_icon"; print "$feed"; if ($unread != 0) { -- cgit v1.2.3-54-g00ecf