1
0
Fork 0
dokuwiki-theme-redmine-kiwi/conf/default.php

13 lines
420 B
PHP

<?php
/**
* default configuration for the dokubook template
*
* @license: GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author: Michael Klier <chi@chimeric.de>
*/
$conf['sb_pagename'] = 'navigation'; // the pagename for the navigation pages
$conf['ft_pagename'] = 'footer'; // the pagename for the footer page
$conf['closedwiki'] = false; // set to true if you run a closed wiki
?>