change homepage in footer
This commit is contained in:
parent
d289203274
commit
7325509d5d
|
@ -90,7 +90,7 @@
|
||||||
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
|
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="footer" colspan="2">
|
<td class="footer" colspan="2">
|
||||||
<a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005 Andrew Dolgov
|
<a href="http://tt-rss.spb.ru/">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.
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|
|
@ -203,7 +203,7 @@
|
||||||
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
|
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" class="footer">
|
<td colspan="2" class="footer">
|
||||||
<a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> © 2005 Andrew Dolgov
|
<a href="http://tt-rss.spb.ru/">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