]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix for wrong icon being displayed in headline (aggregate view mode) when the origina...
authorAndrew Dolgov <fox@madoka.spb.ru>
Thu, 9 Oct 2008 04:22:39 +0000 (05:22 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Thu, 9 Oct 2008 04:22:39 +0000 (05:22 +0100)
functions.php

index 857d98e94dab7e87441a39dc3460c104f591be20..5e0c05b1fa131d9e906c25fc68a39a16c5e11ee7 100644 (file)
                                        $feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"".ICONS_URL."/$feed_id.ico\" alt=\"\">";
                                } else {
                                        //$feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"images/blank_icon.gif\" alt=\"\">";
+                                       $feed_icon_img = "";
                                }
 
                                if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {