From f0971fc1d07736bd2d41ec6349432b89fe4e22a4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 May 2008 08:48:21 +0100 Subject: [PATCH] use real link to article in headlines list (for middle click) --- functions.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index 087ba8a4..7c74fec3 100644 --- a/functions.php +++ b/functions.php @@ -4899,8 +4899,10 @@ # $content_link = "" . # $line["title"] . ""; - $content_link = "" . - $line["title"] . ""; +# $content_link = "" . +# $line["title"] . ""; # $content_link = "" . # $line["title"] . ""; @@ -4980,9 +4982,11 @@ # truncate_string($line["feed_title"],30)." "; # } else { - print ""; + print ""; - print "" . + print "" . $line["title"]; if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) { -- 2.39.5