<?php
/*
 * default configuration settings
 *
 */


$conf['iconTag']                = 'icon';

$conf['customTheme']            = '';

$conf['navbarUseTitleIcon']     = 1;
$conf['navbarUseTitleText']     = 1;
$conf['navbarUseTaglineText']   = 1;
$conf['navbarCustomMenuText']   = '';
$conf['navbarBackground']       = 'light';

$conf['navbarDWMenuType']       = 'icons';
$conf['navbarDWMenuCombine']    = 'dropdown';

$conf['navbarPosLeftLeft']      = 'custom';
$conf['navbarPosLeftMid']       = 'none';
$conf['navbarPosLeftRight']     = 'none';
$conf['navbarPosRightLeft']     = 'none';
$conf['navbarPosRightMid']      = 'search';
$conf['navbarPosRightRight']    = 'dokuwiki';
$conf['navbarLowerMenu']        = 'none';
$conf['navbarLowerMenuPos']     = 'center';
$conf['navbarLowerBackground']  = 'light';

$conf['searchButton']           = 'icon';

$conf['heroTitle']              = 1;
$conf['heroImagePropagation']   = 1;

$conf['breadcrumbPos']          = 'hero';
$conf['breadcrumbPrefix']       = 0;
$conf['breadcrumbPrefixText']   = 'You are here:';
$conf['breadcrumbSep']          = 0;
$conf['breadcrumbSepText']      = ' » ';
$conf['breadcrumbHome']         = 'page title';

$conf['sidebarShowLeft']        = 1;
$conf['sidebarLeftDismiss']     = 1;
$conf['sidebarLeftSearch']      = 'none';
$conf['sidebarRightShow']       = 1;
$conf['sidebarRightDismiss']    = 1;

$conf['tocFull']                = 0;

$conf['pageToolsHide']          = 0;
$conf['pageToolsHideGuest']     = 1;
$conf['pageToolsHideNoEdit']    = 0;
$conf['pageToolsFooter']        = 0;

$conf['footerCustomMenuText']   = '';
$conf['footerSearch']           = 0;

$conf['licenseType']            = 'badge';
$conf['licenseImageOnly']       = 0;



// $conf['discussionPage']   = 'discussion:@ID@';
// $conf['userPage']         = 'user:@USER@:';
// $conf['hideTools']        = 0;
// $conf['navbar']           = '';
