summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-08-08 06:08:38 +0100
committerAndrew Dolgov <[email protected]>2008-08-08 06:08:38 +0100
commit8865bdc01011ca6ce812487af9219d34933577fd (patch)
tree055e29dc91ed1f74bf7bce3ea04c9873b36d9727 /mobile
parentbbf673953d15b3cba2cdb855555a586384652845 (diff)
new (undocumented) option HIDE_VERSION
Diffstat (limited to 'mobile')
-rw-r--r--mobile/tt-rss.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/mobile/tt-rss.php b/mobile/tt-rss.php
index f33bd7200..11316d4d3 100644
--- a/mobile/tt-rss.php
+++ b/mobile/tt-rss.php
@@ -127,7 +127,11 @@
<?php if (!$go) { ?>
<div id="footer">
- <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2008 Andrew Dolgov
+ <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a>
+ <?php if (!defined('HIDE_VERSION')) { ?>
+ v<?php echo VERSION ?>
+ <?php } ?>
+ &copy; 2005-2008 Andrew Dolgov
</div>
<?php } ?>