From: Andrew Dolgov Date: Thu, 31 Aug 2006 08:45:04 +0000 (+0100) Subject: add some commented alt-content links X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a753538d06e7e2b3abe1c88c675eb8aa31b5e176;p=tt-rss.git add some commented alt-content links --- diff --git a/backend.php b/backend.php index ed97240a..27351c42 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 {