<?php
/**
 * Default configuration for the dokucms template
 * 
 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author:     Michael Klier <chi@chimeric.de>
 * @author Klaus Vormweg <klaus.vormweg@gmx.de>
 */

$conf['tpl']['dokucms']['sidebar'] = 'index';  // 'file' or 'index'
$conf['tpl']['dokucms']['cleanindex'] = 0;  // 1 or 0
$conf['tpl']['dokucms']['cleanindexlist'] = '';  // empty or comma-separated list of namespaces
$conf['tpl']['dokucms']['showsearch'] = 0;  // 1 or 0
$conf['tpl']['dokucms']['showbacklinks'] = 0;  // 1 or 0
$conf['tpl']['dokucms']['showmedia'] = 0;  // 1 or 0
$conf['tpl']['dokucms']['sidebaredit'] = 1; // 1 or 0 
?>
