summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-01-31 06:13:59 +0100
committerAndrew Dolgov <[email protected]>2007-01-31 06:13:59 +0100
commit17b3e8e624cc0359086882d869984cf0c991e385 (patch)
tree4c80695b0e46ffe4cf51e95ed56ecbd342e82662
parent53a8a4b9062665af270ed14cea01defeca0438a0 (diff)
misc chrome updates
-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); ?>