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