mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
add some commented alt-content links
This commit is contained in:
@@ -921,10 +921,16 @@
|
|||||||
$marked_pic = "<img id=\"FMARKPIC-$id\" src=\"images/mark_unset.png\"
|
$marked_pic = "<img id=\"FMARKPIC-$id\" src=\"images/mark_unset.png\"
|
||||||
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user