1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-24 06:07:15 +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

@@ -32,5 +32,16 @@
define(MIN_UPDATE_INTERVAL, 30);
// min. interval between feed updates, minutes
define(DISPLAY_HEADER, true);
// enable/disable the display of the header graphic
define(DISPLAY_FOOTER, true);
// enable/disable the display of the footer
define(USE_COMPACT_STYLESHEET, false);
// use stylesheet with more compact layout (if combined with two previous
// options may improve UI on small screens)
?>