From 2547c9ec18a8169a2a0b7cad2b72a3a6204d0775 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 20 Nov 2010 00:30:13 +0300 Subject: cdm: make author clickable --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 70da5ab33..1778479ad 100644 --- a/functions.php +++ b/functions.php @@ -5172,8 +5172,8 @@ onclick=\"return cdmClicked(event, $id);\" class=\"titleWrap$hlc_suffix\"> ".$line["title"]." - $entry_author"; + target=\"_blank\" href=\"".$line["link"]."\">".$line["title"]. + " $entry_author"; print $labels_str; -- cgit v1.2.3