summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-22 06:57:29 +0100
committerAndrew Dolgov <[email protected]>2005-11-22 06:57:29 +0100
commit7325509d5d6b92b876246aba4cf48971265dc9a2 (patch)
tree909c6c887dab0b710512215e2294d5f6c0deb50a
parentd28920327486b8ae3347492f4b18002cc0dc455a (diff)
change homepage in footer
-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 d2d3ca34d..4b15c52e7 100644
--- a/prefs.php
+++ b/prefs.php
@@ -90,7 +90,7 @@
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
<tr>
<td class="footer" colspan="2">
- <a href="http://bah.spb.su/~fox/tt-rss/">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 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 2a83508db..f35478b62 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -203,7 +203,7 @@
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
<tr>
<td colspan="2" class="footer">
- <a href="http://bah.spb.su/~fox/tt-rss/">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 Andrew Dolgov
<? if (WEB_DEMO_MODE) { ?>
<br>Running in demo mode, some functionality is disabled.
<? } ?>