summaryrefslogtreecommitdiff
path: root/prefs.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 /prefs.php
parentbbf673953d15b3cba2cdb855555a586384652845 (diff)
new (undocumented) option HIDE_VERSION
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index bd3b519e4..0ae1ff71e 100644
--- a/prefs.php
+++ b/prefs.php
@@ -174,7 +174,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); ?>