<?php /** * License: GPL 2 (http://www.gnu.org/licenses/gpl.html) * * configuration file for template "mmZire" * * @author: Marcin Mierzejewski <marcin.mierzejewski@zenzire.com> * @homepage: http://www.zenzire.com/mmkanso */ /** * This text is placed in "keywords" meta tag */ $conf['tpl_mmZire']['keywords'] = 'dokuwiki,template'; /** * This text is placed in "description" meta tag */ $conf['tpl_mmZire']['description'] = 'page descirpion'; /** * This Text is displayed in footer */ $conf['tpl_mmZire']['footer'] = 'Copyright © <a href="http://www.zenzire.com">zenzire</a>'; /** * Displays Wiki Bar (Recent Changes, Old Version, Login) */ $conf['tpl_mmZire']['wikiBar'] = false; //Setup: vim enc=utf-8 tb=4 ?>