<?php
$conf['menu'] = 'index';  // 'file' or 'index'
$conf['bighead'] = 'yes';  // 'file' or 'index'
$conf['menusite'] = 'menubar'; // name of dokuwiki site 
$conf['footer'] = 'footer'; // name of dokuwiki site
$conf['cleanindexlist'] = 'wiki,playground';  // empty or comma-separated list of namespaces
$conf['institute_de'] = "Mein Institut"; //german institute name
$conf['institute_en'] = "My Institute";  //english institute name
$conf['shortinstitute'] = 'MY'; //instituts short name
$conf['title_prefix'] = 'MY - '; //prefix string
?>
