From f0971fc1d07736bd2d41ec6349432b89fe4e22a4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 21 May 2008 08:48:21 +0100 Subject: use real link to article in headlines list (for middle click) --- functions.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 087ba8a4e..7c74fec35 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')) { -- cgit v1.2.3