1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 04:51:28 +00:00

prefs: disable option ENABLE_FEED_ICONS

This commit is contained in:
Andrew Dolgov
2010-11-04 18:11:15 +03:00
parent f0361de20b
commit 85a922895f
4 changed files with 10 additions and 24 deletions

View File

@@ -296,10 +296,7 @@
$feed = "<a href=\"?go=vf&id=$feed_id\">$feed_title</a>";
print "<li class=\"$class\">";
if (get_pref($link, 'ENABLE_FEED_ICONS')) {
print "$feed_icon";
}
print "$feed_icon";
print "<span $rtl_tag>$feed</span> ";
if ($unread != 0) {