mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 07:51:29 +00:00
new (undocumented) option HIDE_VERSION
This commit is contained in:
@@ -257,7 +257,11 @@ window.onload = init;
|
||||
?>
|
||||
</select>
|
||||
<?php } ?>
|
||||
<a href="http://tt-rss.org/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005–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 } ?>
|
||||
© 2005–2008 <a href="http://bah.org.ru/">Andrew Dolgov</a>
|
||||
</div>
|
||||
|
||||
<?php db_close($link); ?>
|
||||
|
||||
Reference in New Issue
Block a user