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:
@@ -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 ?> © 2005 Andrew Dolgov
|
||||
@@ -82,6 +85,7 @@
|
||||
<? } ?>
|
||||
</td>
|
||||
</td>
|
||||
<? } ?>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user