]> git.wh0rd.org - tt-rss.git/commitdiff
fixed homepage link in footer
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 25 Aug 2005 16:08:32 +0000 (17:08 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 25 Aug 2005 16:08:32 +0000 (17:08 +0100)
prefs.php
tt-rss.php

index d9c21953f69ad56ca28bab2e2b66f7900ba75f0c..edbb728c32a545b119e7739db5ff8f4c95525370 100644 (file)
--- a/prefs.php
+++ b/prefs.php
 </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>
index 04903f6a41134be600debd6a48b31fe1fdf5893d..936efda8400d1a1a0ed7c660f5d460763db42593 100644 (file)
@@ -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.
                <? } ?>