]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
prefs: disable option ENABLE_FEED_ICONS
[tt-rss.git] / functions.php
index 174a19e8d3ca5aa97a3e4fe86dedc2163d1f777a..259aaf556b4be82ba18eea6173b369489e89c289 100644 (file)
                                $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) {
                print $color_str; */
 
                print "<li id=\"FEEDR-$feed_id\" class=\"$class\">";
-               if (get_pref($link, 'ENABLE_FEED_ICONS')) {
-                       print "$feed_icon";
-               }
-
+               print "$feed_icon";
                print "<span $rtl_tag id=\"FEEDN-$feed_id\">$feed</span>";
 
                if ($unread != 0) {