summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-18 06:39:33 +0100
committerAndrew Dolgov <[email protected]>2006-05-18 06:39:33 +0100
commit062a42e28289cece50526fe4ca7bfcd6f681197d (patch)
tree7532bd2e271e54a2735e40b82e7c87483baa7a23 /prefs.php
parent64dc59764acc25f478651836d2a58cc4ed1b6b8a (diff)
remove prefFooter
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 2f8fcc090..4ba18570d 100644
--- a/prefs.php
+++ b/prefs.php
@@ -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.