summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-04 18:11:15 +0300
committerAndrew Dolgov <[email protected]>2010-11-04 18:11:15 +0300
commit85a922895f2865a658f98a7d0e795aec05da3d06 (patch)
treeac3716de251a9fde98aabdc0bb2be28e1a7da8b2 /mobile
parentf0361de20b2ec5602b3ebe440aa4b26046eb8193 (diff)
prefs: disable option ENABLE_FEED_ICONS
Diffstat (limited to 'mobile')
-rw-r--r--mobile/classic/functions.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/mobile/classic/functions.php b/mobile/classic/functions.php
index c7acba79e..bd61bbfd2 100644
--- a/mobile/classic/functions.php
+++ b/mobile/classic/functions.php
@@ -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) {