From a7f003e0e0a4c4a3218a4938136038e80f642245 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 13 Nov 2010 00:42:28 +0300 Subject: cdm: display mark/pub icons on the left --- functions.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 112f83eb6..6508320bb 100644 --- a/functions.php +++ b/functions.php @@ -5365,8 +5365,6 @@ print "
"; print "$updated_fmt"; - print "$marked_pic"; - print "$published_pic"; print "$score_pic"; if (!get_pref($link, "VFEED_GROUP_BY_FEED") && $line["feed_title"]) { @@ -5379,6 +5377,9 @@ print ""; + print "$marked_pic"; + print "$published_pic"; + print " -- cgit v1.2.3