From 965fb2af0db60231552c984f6f3d0ab3ef4084dc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Aug 2008 07:30:29 +0100 Subject: CDM: fix bug with feed icon being displayed in grouped mode for vfeeds --- functions.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 8367dcaa1..e245d53fd 100644 --- a/functions.php +++ b/functions.php @@ -5012,7 +5012,7 @@ print "". "
$feed_icon_img
". "". - $line["feed_title"]." $vf_catchup_link:"; + $line["feed_title"]." $vf_catchup_link"; } } @@ -5131,8 +5131,11 @@ print "
"; - print "
$updated_fmt $score_pic - $feed_icon_img + if (!get_pref($link, "VFEED_GROUP_BY_FEED") || !$line["feed_title"]) { + $cdm_feed_icon = "$feed_icon_img"; + } + + print "
$updated_fmt $score_pic $cdm_feed_icon
"; print "