mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:05:55 +00:00
add some commented alt-content links
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user