diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2006-03-01 03:48:28 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2006-03-01 03:48:28 +0100 |
| commit | 36ae0574dd83d660570574ecc40d0d847dbde897 (patch) | |
| tree | bbba9c643c7d4d8e5ae81c68588faf41eee2c802 | |
| parent | 0ee1d1a003e58f0c7180796a5873989b86dc1136 (diff) | |
update copyright
| -rw-r--r-- | prefs.php | 2 | ||||
| -rw-r--r-- | tt-rss.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -131,7 +131,7 @@ window.onload = init; <? if (get_pref($link, 'DISPLAY_FOOTER')) { ?> <tr> <td class="footer" colspan="2"> - <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005 Andrew Dolgov + <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005-2006 Andrew Dolgov <? if (WEB_DEMO_MODE) { ?> <br>Running in demo mode, some functionality is disabled. <? } ?> diff --git a/tt-rss.php b/tt-rss.php index cc9f4fc59..82ba8a895 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -284,7 +284,7 @@ window.onload = init; <? if (get_pref($link, 'DISPLAY_FOOTER')) { ?> <tr> <td colspan="2" class="footer" id="mainFooter"> - <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005 Andrew Dolgov + <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005-2006 Andrew Dolgov <? if (WEB_DEMO_MODE) { ?> <br>Running in demo mode, some functionality is disabled. <? } ?> |