summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prefs.php2
-rw-r--r--tt-rss.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/prefs.php b/prefs.php
index 451e981dc..988367861 100644
--- a/prefs.php
+++ b/prefs.php
@@ -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 ?> &copy; 2005 Andrew Dolgov
+ <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 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 ?> &copy; 2005 Andrew Dolgov
+ <a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005-2006 Andrew Dolgov
<? if (WEB_DEMO_MODE) { ?>
<br>Running in demo mode, some functionality is disabled.
<? } ?>