summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-31 09:45:04 +0100
committerAndrew Dolgov <[email protected]>2006-08-31 09:45:04 +0100
commita753538d06e7e2b3abe1c88c675eb8aa31b5e176 (patch)
treed81ce76a0ab571f62049b3c36d52e6f73b3392b8 /backend.php
parent0bd411db918369fe826dd9e7ee5754c165faa719 (diff)
add some commented alt-content links
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index ed97240a5..27351c42d 100644
--- a/backend.php
+++ b/backend.php
@@ -921,10 +921,16 @@
$marked_pic = "<img id=\"FMARKPIC-$id\" src=\"images/mark_unset.png\"
alt=\"Set mark\" onclick='javascript:toggleMark($id)'>";
}
-
+
+# $content_link = "<a target=\"_new\" href=\"".$line["link"]."\">" .
+# $line["title"] . "</a>";
+
$content_link = "<a href=\"javascript:view($id,$feed_id);\">" .
$line["title"] . "</a>";
+# $content_link = "<a href=\"javascript:viewContentUrl('".$line["link"]."');\">" .
+# $line["title"] . "</a>";
+
if (get_pref($link, 'HEADLINES_SMART_DATE')) {
$updated_fmt = smart_date_time(strtotime($line["updated"]));
} else {