Additional configuration variables.
authorGunnar Wrobel <p@rdus.de>
Fri, 1 May 2009 14:22:58 +0000 (16:22 +0200)
committerGunnar Wrobel <p@rdus.de>
Fri, 1 May 2009 14:22:58 +0000 (16:22 +0200)
koward/www/koward/config/conf.php.dist

index 656621c..927eadb 100644 (file)
@@ -1,3 +1,10 @@
 <?php
 
+$conf['koward']['greeting'] = _('Welcome to the Kolab administration frontend.');
+
 $conf['koward']['theme'] = 'silver';
+
+$conf['koward']['menu']['queries'] = false;
+$conf['koward']['menu']['test'] = true;
+
+$conf['koward']['default_view'] = array('controller' => 'index', 'action' => 'index');