login form: fix copyright year
This commit is contained in:
parent
50ba64555d
commit
ce72cb956d
|
@ -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> © 2005–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 } ?>
|
||||
© 2005–<?php echo date('Y') ?> <a href="http://fakecake.org/">Andrew Dolgov</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
|
Loading…
Reference in New Issue