make prefs footer version respect HIDE_VERSION
This commit is contained in:
parent
255b0f65d6
commit
9e662b4d0f
1 changed files with 5 additions and 1 deletions
|
@ -142,7 +142,11 @@
|
||||||
|
|
||||||
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
|
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
|
||||||
<a class="insensitive" target="_blank" href="http://tt-rss.org/">
|
<a class="insensitive" target="_blank" href="http://tt-rss.org/">
|
||||||
Tiny Tiny RSS</a> <?php echo VERSION ?> © 2005-<?php echo date('Y') ?>
|
Tiny Tiny RSS</a>
|
||||||
|
<?php if (!defined('HIDE_VERSION')) { ?>
|
||||||
|
v<?php echo VERSION ?>
|
||||||
|
<?php } ?>
|
||||||
|
© 2005-<?php echo date('Y') ?>
|
||||||
<a class="insensitive" target="_blank"
|
<a class="insensitive" target="_blank"
|
||||||
href="http://fakecake.org/">Andrew Dolgov</a>
|
href="http://fakecake.org/">Andrew Dolgov</a>
|
||||||
</div> <!-- footer -->
|
</div> <!-- footer -->
|
||||||
|
|
Loading…
Reference in a new issue