From 0f172fff41ae9c9499a1ebc0defb72af1ea6cbe9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 27 Nov 2005 17:23:27 +0100 Subject: headline list display touch-ups --- backend.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 554026963..6129a17c6 100644 --- a/backend.php +++ b/backend.php @@ -1065,13 +1065,20 @@ print " ".$line["feed_title"].""; } else { - print "$content_link"; + print ""; + + print "" . + $line["title"]; + if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) { + $content_preview = truncate_string(strip_tags($line["content_preview"]), 101); - + print " - $content_preview"; } + + print ""; print ""; } -- cgit v1.2.3-54-g00ecf