From d4b4b9dece1ce4bb7d1bc56004c0dde318b8008f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Dec 2006 07:42:08 +0100 Subject: show entry author in CDM header, tweak actions a little bit --- backend.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 65d1187a7..0cee573e6 100644 --- a/backend.php +++ b/backend.php @@ -469,6 +469,12 @@ 100); } + $entry_author = $line["author"]; + + if ($entry_author) { + $entry_author = " - by $entry_author"; + } + if (!get_pref($link, 'COMBINED_DISPLAY_MODE')) { print ""; @@ -481,7 +487,7 @@ "; print "$marked_pic"; - + if ($line["feed_title"]) { print "$content_link"; print " @@ -528,6 +534,8 @@ onclick=\"javascript:toggleUnread($id, 0)\" target=\"new\" href=\"".$line["link"]."\">".$line["title"].""; + print $entry_author; + if ($line["feed_title"]) { print " (".$line["feed_title"].")"; } -- cgit v1.2.3