From f7181e9b61a9e8db422c2c814358995b5a6a72e8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Sep 2005 09:46:30 +0100 Subject: enable comments link in op=view --- backend.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index a3460c4fc..8ddb391a5 100644 --- a/backend.php +++ b/backend.php @@ -230,14 +230,23 @@ $feed_icon = " "; } + if ($line["comments"] && $line["link"] != $line["comments"]) { + $entry_comments = "(Comments)"; + } else { + $entry_comments = ""; + } + print "
"; print "
"; print ""; + print " - "; + "; print "
Title: " . $line["title"] . "
Link:" . $line["link"] . "
+ ".$line["link"]." + $entry_comments
"; -- cgit v1.2.3