summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-05-31 16:55:01 +0400
committerAndrew Dolgov <[email protected]>2010-05-31 16:55:01 +0400
commit276e57775c1c96a8e71598e2ea8a3e8bc1593d54 (patch)
treeb2719b82cdaa3cc85ece2f7d8a53e98b90dd5dc1
parent7d4bdbaaf231e82550c0b799ceacf5f8c3cc2ca2 (diff)
footer: change my homepage url
-rw-r--r--login_form.php2
-rw-r--r--prefs.php2
-rw-r--r--tt-rss.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/login_form.php b/login_form.php
index ad3b21854..8152eaddd 100644
--- a/login_form.php
+++ b/login_form.php
@@ -175,7 +175,7 @@ function validateLoginForm(f) {
</td>
</tr><tr>
<td align="center" class="loginBottom">
- <a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005&ndash;2010 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ <a href="http://tt-rss.org/">Tiny Tiny RSS</a> &copy; 2005&ndash;2010 <a href="http://fakecake.org/">Andrew Dolgov</a>
</td>
</tr>
diff --git a/prefs.php b/prefs.php
index 86c211046..8306e622c 100644
--- a/prefs.php
+++ b/prefs.php
@@ -151,7 +151,7 @@
<?php if (!defined('HIDE_VERSION')) { ?>
v<?php echo VERSION ?>
<?php } ?>
- &copy; 2005&ndash;2010 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ &copy; 2005&ndash;2010 <a href="http://fakecake.org/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>
diff --git a/tt-rss.php b/tt-rss.php
index d96e612ab..03162dac1 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -257,7 +257,7 @@
<?php if (!defined('HIDE_VERSION')) { ?>
v<?php echo VERSION ?>
<?php } ?>
- &copy; 2005&ndash;2010 <a href="http://bah.org.ru/">Andrew Dolgov</a>
+ &copy; 2005&ndash;2010 <a href="http://fakecake.org/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>