summaryrefslogtreecommitdiff
path: root/tt-rss.php
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 /tt-rss.php
parentbbf673953d15b3cba2cdb855555a586384652845 (diff)
new (undocumented) option HIDE_VERSION
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index a49e62d83..38e0ac59c 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -257,7 +257,11 @@ window.onload = init;
?>
</select>
<?php } ?>
- <a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005&ndash;2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ <a href="http://tt-rss.org/">Tiny Tiny RSS</a>
+ <?php if (!defined('HIDE_VERSION')) { ?>
+ v<?php echo VERSION ?>
+ <?php } ?>
+ &copy; 2005&ndash;2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>