summaryrefslogtreecommitdiff
path: root/login_form.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-01-25 15:15:30 +0300
committerAndrew Dolgov <[email protected]>2011-01-25 15:15:30 +0300
commitce72cb956d4ec1000cb04757ed1c99278bd055a2 (patch)
treeba8deb25722abde807ae9ac963d6991366209161 /login_form.php
parent50ba64555df730e3fee9f38dc819a0bd9d6a9aa4 (diff)
login form: fix copyright year
Diffstat (limited to 'login_form.php')
-rw-r--r--login_form.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/login_form.php b/login_form.php
index e6f2753a9..14882b34f 100644
--- a/login_form.php
+++ b/login_form.php
@@ -175,7 +175,11 @@ function validateLoginForm(f) {
</td>
</tr><tr>
<td align="center" class="loginBottom">
- <a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005&ndash;2010 <a href="http://fakecake.org/">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;<?php echo date('Y') ?> <a href="http://fakecake.org/">Andrew Dolgov</a>
</td>
</tr>