From: Andrew Dolgov Date: Thu, 30 Jul 2009 08:49:18 +0000 (+0400) Subject: mobile: add back-to-feedlist link in article view X-Git-Tag: 1.3.4~50 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=541890fb4dc5e18e6267f4f1284019e8afea45fa;p=tt-rss.git mobile: add back-to-feedlist link in article view --- diff --git a/mobile/functions.php b/mobile/functions.php index a09b351a..28463dec 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -689,9 +689,11 @@ $feed_link = "$feed_title"; } + $feedlist = "".__('Back to feedlist').""; + print "" . truncate_string($line["title"], 30) . ""; - print " $parsed_updated ($feed_link)"; + print " $parsed_updated ($feed_link, $feedlist)"; print ""; if ($num_tags > 0) {