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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user