mobile: article title in view mode is a link to original article (closes #80)

This commit is contained in:
Andrew Dolgov 2006-06-24 16:05:08 +01:00
parent c7188969dd
commit 3d7d6cdd57
1 changed files with 2 additions and 1 deletions

View File

@ -746,7 +746,8 @@
$feed_link = "<a href=\"tt-rss.php?go=vf&id=$feed_id\">Feed</a>";
print truncate_string($line["title"], 30);
print "<a href=\"" . $line["link"] . "\">" .
truncate_string($line["title"], 30) . "</a>";
print " <span id=\"headingAddon\">$parsed_updated ($feed_link)</span>";
print "</div>";