From e2ccbfab0a8e734df65ad89f817e0b8e10a3481c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 9 Aug 2007 09:23:48 +0100 Subject: CDM tweaks, mark article as unread when using 'v' in CDM --- functions.php | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 7ca93956d..6a55bdc8e 100644 --- a/functions.php +++ b/functions.php @@ -3943,13 +3943,16 @@ print "
" . $line["content_preview"] . "

"; - print "
"; + print "
"; - print "$marked_pic"; + /* print "
Star it: $marked_pic
"; */ - print ""; + print "
$marked_pic "; + $tags = get_article_tags($link, $id); $tags_str = ""; @@ -3962,16 +3965,19 @@ $tags_str = preg_replace("/, $/", "", $tags_str); if ($tags_str == "") $tags_str = "no tags"; - - print " $tags_str "; + + print "Tags: $tags_str (+)"; - print "
"; + print ""; -# print "
-# Toggle unread
"; + print "Toggle: + Unread"; + print "
"; print ""; } -- cgit v1.2.3-54-g00ecf