<?php
/**
 * Default configuration for the dokukit template
 * 
 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author:     Michael Klier <chi@chimeric.de>
 * @author Klaus Vormweg <klaus.vormweg@gmx.de>
 * @author Robin Roth <robin.roth@kit.edu>
 * @author Martin Gabelmann <martin@gabelmann.biz>
 */

$conf['sidebar'] = 'index';  // 'file' or 'index'
$conf['cleanindex'] = 0;  // 1 or 0
$conf['cleanindexlist'] = 'wiki,playground';  // empty or comma-separated list of namespaces
$conf['showsearch'] = 1;  // 1 or 0
$conf['sidebaredit'] = 1; // 1 or 0 
$conf['showextlinks'] = 1; // 1 or 0 
$conf['extlinks'] = 'extlinks'; //filename 
$conf['institute_de'] = "Test Institut"; //german institute name
$conf['institute_en'] = "Test Institute";  //english institute name
$conf['shortinstitute'] = 'TI'; //instituts short name
$conf['title_prefix'] = 'TI - '; //prefix string
$conf['showlogin'] = 1; //show loginbutton
$conf['boxfiles'] = ''; //comma separated list of files
$conf['showboxes'] = 0; //1 or 0
?>
