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