summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--login.php5
-rw-r--r--prefs.php2
-rw-r--r--tt-rss.php2
3 files changed, 3 insertions, 6 deletions
diff --git a/login.php b/login.php
index 91fb270ca..3609622f8 100644
--- a/login.php
+++ b/login.php
@@ -136,10 +136,7 @@ window.onload = init;
</td>
</tr><tr>
<td align="center" class="loginBottom">
- <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> &copy; 2005-2007 Andrew Dolgov
- <?php if (WEB_DEMO_MODE) { ?>
- <br>Running in demo mode, some functionality is disabled.
- <?php } ?>
+ <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</td>
</tr>
diff --git a/prefs.php b/prefs.php
index 66149241c..63885b617 100644
--- a/prefs.php
+++ b/prefs.php
@@ -139,7 +139,7 @@ window.onload = init;
?>
</select>
<?php } ?>
- <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 Andrew Dolgov
+ <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>
diff --git a/tt-rss.php b/tt-rss.php
index dc1da0c3a..80f90aa17 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -215,7 +215,7 @@ window.onload = init;
?>
</select>
<?php } ?>
- <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 Andrew Dolgov
+ <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2007 <a href="http://bah.org.ru/">Andrew Dolgov</a>
</div>
<?php db_close($link); ?>