summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prefs.php5
-rw-r--r--tt-rss.php2
2 files changed, 5 insertions, 2 deletions
diff --git a/prefs.php b/prefs.php
index d9c21953f..edbb728c3 100644
--- a/prefs.php
+++ b/prefs.php
@@ -59,7 +59,10 @@
</tr>
<tr>
<td colspan="2" class="notify">
- <a href="">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
+ <a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
+ <? if (WEB_DEMO_MODE) { ?>
+ <br>Running in demo mode, some functionality is disabled.
+ <? } ?>
</td>
</td>
</table>
diff --git a/tt-rss.php b/tt-rss.php
index 04903f6a4..936efda84 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -41,7 +41,7 @@
</tr>
<tr>
<td colspan="2" class="notify">
- <a href="">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
+ <a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
<? if (WEB_DEMO_MODE) { ?>
<br>Running in demo mode, some functionality is disabled.
<? } ?>