summaryrefslogtreecommitdiff
path: root/config.php-dist
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 /config.php-dist
parentfe2f1970868b8b9935ecba7ea0469dc5b01f7bb5 (diff)
options to disable header/footer and to select more compact stylesheet (included as tt-rss_compact.css)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index f56fb6dc9..2da53f433 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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)
+
?>