1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 04:25:57 +00:00

copyright: always show current year

This commit is contained in:
Andrew Dolgov
2010-06-30 13:15:24 +04:00
parent 6cb89bc6d8
commit 51d2d404b8
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@
<?php if (!defined('HIDE_VERSION')) { ?>
v<?php echo VERSION ?>
<?php } ?>
&copy; 2005&ndash;2010 <a href="http://fakecake.org/">Andrew Dolgov</a>
&copy; 2005&ndash;<?php echo date('Y') ?> <a href="http://fakecake.org/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>