1<?php
2/**
3 * License: GPL 2 (http://www.gnu.org/licenses/gpl.html)
4 *
5 * configuration file for template "mmClean"
6 *
7 * @author:   Marcin Mierzejewski <marcin.mierzejewski@zenzire.com>
8 * @homepage: http://www.zenzire.com/mmkanso
9 */
10
11/**
12 * This text is placed in "keywords" meta tag
13 */
14$conf['tpl_mmClean']['keywords'] = 'dokuwiki,template';
15
16/**
17 * This text is placed in "description" meta tag
18 */
19$conf['tpl_mmClean']['description'] = 'page descirpion';
20
21/**
22 * This Text is displayed in footer
23 */
24$conf['tpl_mmClean']['footer'] = 'Copyright &copy; <a href="http://www.zenzire.com">zenzire</a>';
25
26/**
27 * Set the menu2 to be permanent (menu2.txt is taken from main directory)
28 */
29$conf['tpl_mmClean']['menu2Permanent'] = false;
30
31/**
32 * Displays Wiki Bar (Recent Changes, Old Version, Login)
33 */
34$conf['tpl_mmClean']['wikiBar'] = false;
35
36/**
37 * Search Form visibale on page
38 */
39$conf['tpl_mmClean']['searchForm'] = true;
40
41//Setup: vim enc=utf-8 tb=4
42?>
43