1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

remove prefFooter

This commit is contained in:
Andrew Dolgov
2006-05-18 06:39:33 +01:00
parent 64dc59764a
commit 062a42e282
2 changed files with 1 additions and 13 deletions

View File

@@ -136,7 +136,7 @@ window.onload = init;
</tr>
<? if (get_pref($link, 'DISPLAY_FOOTER')) { ?>
<tr>
<td class="prefFooter" colspan="2">
<td class="footer" colspan="2">
<a href="http://tt-rss.spb.ru/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005-2006 Andrew Dolgov
<? if (WEB_DEMO_MODE) { ?>
<br>Running in demo mode, some functionality is disabled.