summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-29 17:36:33 +0400
committerAndrew Dolgov <[email protected]>2013-03-29 17:36:33 +0400
commit866bc1678ae9945bfb98c993bf6522ce603b70f8 (patch)
treebce47f263137c93d4b157494fd08e1c3ad5398bb /prefs.php
parent0d6943b0971bf94a6be1f764dc2e8712594b6914 (diff)
prefs: show version number in footer
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 4caac2cea..0581a6c55 100644
--- a/prefs.php
+++ b/prefs.php
@@ -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 -->