<?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']  = 0;               // set to true if you run a closed wiki
$conf['logo']        = '';              // path to an image used as logo
$conf['opengraphheading'] = 1;          // add opengraph namespace prefixes to head section

