add some commented alt-content links
This commit is contained in:
parent
0bd411db91
commit
a753538d06
1 changed files with 7 additions and 1 deletions
|
@ -922,9 +922,15 @@
|
||||||
alt=\"Set mark\" onclick='javascript:toggleMark($id)'>";
|
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);\">" .
|
$content_link = "<a href=\"javascript:view($id,$feed_id);\">" .
|
||||||
$line["title"] . "</a>";
|
$line["title"] . "</a>";
|
||||||
|
|
||||||
|
# $content_link = "<a href=\"javascript:viewContentUrl('".$line["link"]."');\">" .
|
||||||
|
# $line["title"] . "</a>";
|
||||||
|
|
||||||
if (get_pref($link, 'HEADLINES_SMART_DATE')) {
|
if (get_pref($link, 'HEADLINES_SMART_DATE')) {
|
||||||
$updated_fmt = smart_date_time(strtotime($line["updated"]));
|
$updated_fmt = smart_date_time(strtotime($line["updated"]));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue