prefs: show version number in footer

This commit is contained in:
Andrew Dolgov 2013-03-29 17:36:33 +04:00
parent 0d6943b097
commit 866bc1678a
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
<a class="insensitive" target="_blank" href="http://tt-rss.org/">
Tiny Tiny RSS</a> &copy; 2005-<?php echo date('Y') ?>
Tiny Tiny RSS</a> <?php echo VERSION ?> &copy; 2005-<?php echo date('Y') ?>
<a class="insensitive" target="_blank"
href="http://fakecake.org/">Andrew Dolgov</a>
</div> <!-- footer -->