mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:45:56 +00:00
fixed homepage link in footer
This commit is contained in:
@@ -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.
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user