summaryrefslogtreecommitdiff
path: root/mobile/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-07-25 10:31:08 +0100
committerAndrew Dolgov <[email protected]>2008-07-25 10:31:08 +0100
commit9123c2efd67c6055db36ce1960045aa4dfa48417 (patch)
treed5bd04796e1e3e92d3761813b6b18431fd2e16bd /mobile/tt-rss.php
parent7bce63e76833eea0e1de4887cfad63127ca755c9 (diff)
mobile: show footer only when displaying feeds
Diffstat (limited to 'mobile/tt-rss.php')
-rw-r--r--mobile/tt-rss.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php
index 241dd3e58..4722b98c8 100644
--- a/mobile/tt-rss.php
+++ b/mobile/tt-rss.php
@@ -124,9 +124,13 @@
?>
</div>
+<?php if (!$go) { ?>
+
<div id="footer">
<a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 Andrew Dolgov
</div>
+<?php } ?>
+
</body>
</html>