1<?php 2/** 3 * default configuration for the dokubook template 4 * 5 * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author: Michael Klier <chi@chimeric.de> 7 */ 8 9$conf['pagename'] = 'navigation'; // the pagename for the navigation pages 10$conf['closedwiki'] = false; // set to true if you run a closed wiki 11?> 12