1<?php
2/**
3 * Default configuration for the dokucms template
4 *
5 * @license:    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author:     Michael Klier <chi@chimeric.de>
7 * @author Klaus Vormweg <klaus.vormweg@gmx.de>
8 */
9
10$conf['tpl']['dokucms']['sidebar'] = 'index';  // 'file' or 'index'
11$conf['tpl']['dokucms']['cleanindex'] = 0;  // 1 or 0
12$conf['tpl']['dokucms']['cleanindexlist'] = '';  // empty or comma-separated list of namespaces
13$conf['tpl']['dokucms']['showsearch'] = 0;  // 1 or 0
14$conf['tpl']['dokucms']['showbacklinks'] = 0;  // 1 or 0
15$conf['tpl']['dokucms']['showmedia'] = 0;  // 1 or 0
16$conf['tpl']['dokucms']['sidebaredit'] = 1; // 1 or 0
17?>
18