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 {