1<?php 2/** 3 * License: GPL 2 (http://www.gnu.org/licenses/gpl.html) 4 * 5 * configuration file for template "mmZire" 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_mmZire']['keywords'] = 'dokuwiki,template'; 15 16/** 17 * This text is placed in "description" meta tag 18 */ 19$conf['tpl_mmZire']['description'] = 'page descirpion'; 20 21/** 22 * This Text is displayed in footer 23 */ 24$conf['tpl_mmZire']['footer'] = 'Copyright © <a href="http://www.zenzire.com">zenzire</a>'; 25 26/** 27 * Displays Wiki Bar (Recent Changes, Old Version, Login) 28 */ 29$conf['tpl_mmZire']['wikiBar'] = false; 30 31//Setup: vim enc=utf-8 tb=4 32?> 33