1<?php 2/** 3 * License: GPL 2 (http://www.gnu.org/licenses/gpl.html) 4 * 5 * configuration file for template "MyOwn" 6 * 7 * @author: Tony Baldwin 8 * @homepage: http://myownsite.me 9 */ 10 11/** 12 * This text is placed in "keywords" meta tag 13 */ 14$conf['tpl_MyOwn']['keywords'] = 'dokuwiki,template'; 15 16/** 17 * This text is placed in "description" meta tag 18 */ 19$conf['tpl_MyOwn']['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_MyOwn']['footer'] = 'Web Design, Development & Hosting by <a href="http://myownsite.me">MyOwnSite.Me</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_MyOwn']['menu2Permanent'] = false; 31 32/** 33 * Displays Wiki Bar (Recent Changes, Old Version, Login) 34 */ 35$conf['tpl_MyOwn']['wikiBar'] = false; 36 37/** 38 * Search Form visible on page 39 */ 40$conf['tpl_MyOwn']['searchForm'] = true; 41 42//Setup: vim enc=utf-8 tb=4 43?> 44