From a753538d06e7e2b3abe1c88c675eb8aa31b5e176 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 31 Aug 2006 09:45:04 +0100 Subject: add some commented alt-content links --- backend.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index ed97240a5..27351c42d 100644 --- a/backend.php +++ b/backend.php @@ -921,10 +921,16 @@ $marked_pic = "\"Set"; } - + +# $content_link = "" . +# $line["title"] . ""; + $content_link = "" . $line["title"] . ""; +# $content_link = "" . +# $line["title"] . ""; + if (get_pref($link, 'HEADLINES_SMART_DATE')) { $updated_fmt = smart_date_time(strtotime($line["updated"])); } else { -- cgit v1.2.3