From d7e83df791eed94026758e1b4e49a93eb8e44062 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 8 Aug 2008 05:33:23 +0100 Subject: headlins: feed icon tweaks --- functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index b6212cd15..31b7f758f 100644 --- a/functions.php +++ b/functions.php @@ -1563,9 +1563,9 @@ print "$feed"; if ($unread != 0) { - $fctr_class = ""; + $fctr_class = "class=\"feedCtrHasUnread\""; } else { - $fctr_class = "class=\"invisible\""; + $fctr_class = "class=\"feedCtrNoUnread\""; } print " @@ -5068,12 +5068,12 @@ # } - print "$updated_fmt "; + print "$updated_fmt "; print "$score_pic"; if ($line["feed_title"] && !get_pref($link, 'VFEED_GROUP_BY_FEED')) { - print "$feed_icon_img"; + print "$feed_icon_img"; } print ""; -- cgit v1.2.3-54-g00ecf