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
8 * @homepage: http://www.zenzire.com/
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 description';
20
21/**
22 * This Text is displayed in footer
23 * If you remove the wikibar below, a login link might be useful
24 */
25$conf['tpl_mmClean']['footer'] = 'Copyright &copy; <a href="http://www.zenzire.com">zenzire</a> | <a href="doku.php?do=login">login</a>';
26
27/**
28 * Set the menu2 to be permanent (menu2.txt is taken from main directory)
29 */
30$conf['tpl_mmClean']['menu2Permanent'] = false;
31
32/**
33 * Displays Wiki Bar (Recent Changes, Old Version, Login)
34 */
35$conf['tpl_mmClean']['wikiBar'] = false;
36
37/**
38 * Search Form visibale on page
39 */
40$conf['tpl_mmClean']['searchForm'] = true;
41
42//Setup: vim enc=utf-8 tb=4
43?>
44