1<?php
2$conf = array(
3    'ns'		   => '',
4    'ns_inherit'	   => false, # both unstable
5    'default_groups'	   => array( 'user' ),
6    'default_startpage'    => 'start',
7    'template'		   => 'default',
8
9    'disableactions'	   => '',
10
11    'title'                => '',
12    'tagline'              => '',
13);
14