From 541890fb4dc5e18e6267f4f1284019e8afea45fa Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 30 Jul 2009 12:49:18 +0400 Subject: mobile: add back-to-feedlist link in article view --- mobile/functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mobile') diff --git a/mobile/functions.php b/mobile/functions.php index a09b351a0..28463dec6 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) { -- cgit v1.2.3