summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-23 11:42:26 +0300
committerAndrew Dolgov <[email protected]>2010-11-23 11:44:19 +0300
commitda4fb53f55fbd34d3387f6aa64f8da8a2b366f0e (patch)
tree95277ceaf6f077b2db75a9e102a78dedab0eaa3c /functions.php
parent76a46b6b37985039cec4a295fd24092f64e80365 (diff)
headlines: layout fix for feeds with no images
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index c20ae3a3d..ce2c2e7e9 100644
--- a/functions.php
+++ b/functions.php
@@ -5001,8 +5001,7 @@
if ($has_feed_icon) {
$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 = "";
+ $feed_icon_img = "<img class=\"tinyFeedIcon\" src=\"images/feed-icon-12x12.png\" alt=\"\">";
}
if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) {