1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 14:21:28 +00:00

options to disable header/footer and to select more compact stylesheet (included as tt-rss_compact.css)

This commit is contained in:
Andrew Dolgov
2005-10-16 05:51:09 +01:00
parent fe2f197086
commit da5d0d09da
5 changed files with 416 additions and 4 deletions

View File

@@ -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>