summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-10-16 05:51:09 +0100
committerAndrew Dolgov <[email protected]>2005-10-16 05:51:09 +0100
commitda5d0d09dae48a39fc44fe0ca97d6cb18f0a3f1b (patch)
tree0340ed79a1b2462f69c4bcd2271c4c56b3deaacc /prefs.php
parentfe2f1970868b8b9935ecba7ea0469dc5b01f7bb5 (diff)
options to disable header/footer and to select more compact stylesheet (included as tt-rss_compact.css)
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/prefs.php b/prefs.php
index 7f21a60f0..375612f44 100644
--- a/prefs.php
+++ b/prefs.php
@@ -16,11 +16,13 @@
<? require_once "config.php" ?>
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
+<? if (DISPLAY_HEADER) { ?>
<tr>
<td class="header" valign="middle">
<img src="images/ttrss_logo.png" alt="logo">
</td>
</tr>
+<? } ?>
<tr>
<td class="prefsToolbar" valign="middle">
@@ -74,6 +76,7 @@
</td>
</tr>
+<? if (DISPLAY_FOOTER) { ?>
<tr>
<td class="footer">
<a href="http://bah.spb.su/~fox/tt-rss/">Tiny-Tiny RSS</a> v<?= VERSION ?> &copy; 2005 Andrew Dolgov
@@ -82,6 +85,7 @@
<? } ?>
</td>
</td>
+<? } ?>
</table>