1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

mobile: show footer only when displaying feeds

This commit is contained in:
Andrew Dolgov
2008-07-25 10:31:08 +01:00
parent 7bce63e768
commit 9123c2efd6
3 changed files with 14 additions and 11 deletions

View File

@@ -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>