]> git.wh0rd.org - tt-rss.git/commitdiff
login form: fix copyright year
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 25 Jan 2011 12:15:30 +0000 (15:15 +0300)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 25 Jan 2011 12:15:30 +0000 (15:15 +0300)
login_form.php

index e6f2753a92871981d6e46e9020dd60deeb7029d5..14882b34f1a348433746b8f6b659e874e768eef2 100644 (file)
@@ -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>