summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-27 07:26:29 +0100
committerAndrew Dolgov <[email protected]>2006-03-27 07:26:29 +0100
commit062c1de58211c7d65fa5abb4ba5eba102def5ec2 (patch)
treee9c4dab3b435651869539a56857b1f8871357ed3 /mobile
parenteead4d26944d5e871ac5b712e81713f2b06e31d0 (diff)
mobile: interface tweaks
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index 7ffc433db..642055d9f 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -574,8 +574,10 @@
print "<img class=\"tinyFeedIcon\" src=\"../icons/$feed.ico\">";
}
- print "$feed_title";
-// print " (&raquo; <a href=\"tt-rss.php\">My feeds</a>)";
+ print "$feed_title <span id=\"headingAddon\">(";
+ print "<a href=\"tt-rss.php\">View feeds</a>, ";
+ print "<a href=\"tt-rss.php?go=vf&id=$feed&subop=MarkAllRead\">Mark as read</a>";
+ print ")</span>";
print "</div>";