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['sb_pagename'] = 'navigation'; // the pagename for the navigation pages 10$conf['sb_position'] = 'left'; 11$conf['ft_pagename'] = 'footer'; // the pagename for the footer page 12$conf['closedwiki'] = 0; // set to true if you run a closed wiki 13$conf['logo'] = ''; // path to an image used as logo 14$conf['opengraphheading'] = 1; // add opengraph namespace prefixes to head section 15 16