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

$conf['inclFontAwesome']        = 1;

$conf['customTheme']            = '';

$conf['navbarUseTitleIcon']     = 1;
$conf['navbarUseTitleText']     = 1;
$conf['navbarUseSubtitleText']  = 1;
$conf['navbarCustomMenuText']   = '';

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

$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['heroTitle']              = 1;
$conf['heroImagePropagation']   = 1;

$conf['breadcrumbPos']          = 'hero';
$conf['breadcrumbPrefix']       = 'You are here:';
$conf['breadcrumbHome']         = 'page title';

$conf['sidebarDismiss']         = 1;
$conf['sidebarSearch']          = 'none';

$conf['tocFull']                = 0;

$conf['pageToolsHide']          = 0;
$conf['pageToolsFooter']        = 0;

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



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