From 847e170773e1fb834c831a73e0ed5d94f766a7c2 Mon Sep 17 00:00:00 2001 From: piwats Date: Fri, 17 Apr 2015 16:43:34 +0200 Subject: [PATCH] add $cssadditions option This adds a switch to turn on or off additions.css --- includes/config.inc.php-dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/config.inc.php-dist b/includes/config.inc.php-dist index c155a6e..4eda8c7 100644 --- a/includes/config.inc.php-dist +++ b/includes/config.inc.php-dist @@ -53,3 +53,6 @@ $defaults['defaulttype'] = 'Master'; # Choose between 'Native $defaults['primaryns'] = 'unconfigured.primaryns'; # The value of the first NS-record $defaults['secondaryns'] = 'unconfigured.secondaryns'; # The value of the second NS-record $defaults['ttl'] = 3600; # Default TTL for records + +## UI Options +$cssadditions = TRUE; # enable or disable horizontal menu