1<?php
2/**
3 * License: GPL 2 (http://www.gnu.org/licenses/gpl.html)
4 *
5 * configuration file for template "simpleClean"
6 *
7 * @author:   Tazmand DeVille
8 * @homepage: http://tazmandevil.info
9 */
10
11/**
12 * This text is placed in "keywords" meta tag
13 */
14$conf['tpl_simpleClean']['keywords'] = 'dokuwiki,template';
15
16/**
17 * This text is placed in "description" meta tag
18 */
19$conf['tpl_simpleClean']['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_simpleClean']['footer'] = '<a href="http://tazmandevil.info">home</a> | <a href="http://wiki.tazmandevil.info">wiki</a> | <a href="doku.php?do=login">login</a>';
26$conf['tpl_simpleClean']['footer'] = '<a href="http://taz.liberame.org/wiki/doku.php?id=simpleclean">simpleClean dokuwiki template</a> | <a href="doku.php?do=login">login</a>';
27
28/**
29 * Set the menu2 to be permanent (menu2.txt is taken from main directory)
30 */
31$conf['tpl_simpleClean']['menu2Permanent'] = false;
32
33/**
34 * Displays Wiki Bar (Recent Changes, Old Version, Login)
35 */
36$conf['tpl_simpleClean']['wikiBar'] = false;
37
38/**
39 * Search Form visibale on page
40 */
41$conf['tpl_simpleClean']['searchForm'] = true;
42
43//Setup: vim enc=utf-8 tb=4
44?>
45