<?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['sb_position'] = 'left';
$conf['ft_pagename'] = 'footer';        // the pagename for the footer page
$conf['closedwiki']  = false;           // set to true if you run a closed wiki 
$conf['users_namespace'] = 'en:user';
