summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-25 17:08:32 +0100
committerAndrew Dolgov <[email protected]>2005-08-25 17:08:32 +0100
commit7936e979f8d0d60f105db09bbc0215c509b8d02f (patch)
treed9a0ded32973ae61a1974b367a259f0e23788d8c /prefs.php
parentad095c1665d254dd971a6f9201c96fd0c697b34b (diff)
fixed homepage link in footer
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php5
1 files changed, 4 insertions, 1 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>