fixed homepage link in footer
This commit is contained in:
parent
ad095c1665
commit
7936e979f8
|
@ -59,7 +59,10 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" class="notify">
|
<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.
|
||||||
|
<? } ?>
|
||||||
</td>
|
</td>
|
||||||
</td>
|
</td>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" class="notify">
|
<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) { ?>
|
<? if (WEB_DEMO_MODE) { ?>
|
||||||
<br>Running in demo mode, some functionality is disabled.
|
<br>Running in demo mode, some functionality is disabled.
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|
Loading…
Reference in New Issue