diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-08-25 17:08:32 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-08-25 17:08:32 +0100 |
| commit | 7936e979f8d0d60f105db09bbc0215c509b8d02f (patch) | |
| tree | d9a0ded32973ae61a1974b367a259f0e23788d8c /tt-rss.php | |
| parent | ad095c1665d254dd971a6f9201c96fd0c697b34b (diff) | |
fixed homepage link in footer
Diffstat (limited to 'tt-rss.php')
| -rw-r--r-- | tt-rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 ?> © 2005 Andrew Dolgov + <a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005 Andrew Dolgov <? if (WEB_DEMO_MODE) { ?> <br>Running in demo mode, some functionality is disabled. <? } ?> |