summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
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 /modules/pref-feeds.php
parentf0361de20b2ec5602b3ebe440aa4b26046eb8193 (diff)
prefs: disable option ENABLE_FEED_ICONS
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index dc3553d10..b10679776 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1295,9 +1295,7 @@
print "<tr class=\"title\">
<td width='5%' align='center'>&nbsp;</td>";
- if (get_pref($link, 'ENABLE_FEED_ICONS')) {
- print "<td width='3%'>&nbsp;</td>";
- }
+ print "<td width='3%'>&nbsp;</td>";
print "<td width='60%'><a href=\"javascript:updateFeedList('title')\">".__('Title')."</a></td>";
@@ -1354,9 +1352,7 @@
print "<tr class=\"title\">
<td width='5%'>&nbsp;</td>";
- if (get_pref($link, 'ENABLE_FEED_ICONS')) {
- print "<td width='3%'>&nbsp;</td>";
- }
+ print "<td width='3%'>&nbsp;</td>";
print "<td width='60%'><a href=\"javascript:updateFeedList('title')\">".__('Title')."</a></td>";
@@ -1389,9 +1385,7 @@
$onclick = "onclick='editFeed($feed_id)' title='".__('Click to edit')."'";
- if (get_pref($link, 'ENABLE_FEED_ICONS')) {
- print "<td $onclick class='feedIcon'>$feed_icon</td>";
- }
+ print "<td $onclick class='feedIcon'>$feed_icon</td>";
if ($last_error) {
$edit_title = "<span class=\"feed_error\">$edit_title</span>";