login form: fix copyright year

This commit is contained in:
Andrew Dolgov 2011-01-25 15:15:30 +03:00
parent 50ba64555d
commit ce72cb956d
1 changed files with 5 additions and 1 deletions

View 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>