summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mobile/tt-rss.php6
-rw-r--r--prefs.php6
-rw-r--r--tt-rss.php6
3 files changed, 15 insertions, 3 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 } ?>
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); ?>
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); ?>