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:
@@ -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)
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user