<?php
/**
 * DokuWiki Mikio Template Default Configuration
 *
 * @link    http://dokuwiki.org/template:mikio
 * @author  James Collins <james.collins@outlook.com.au>
 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html)
 */
$conf['iconTag']                = 'icon';
$conf['customTheme']            = '';
$conf['showNotifications']      = 'admin';
$conf['useLESS']                = 1;

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

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

$conf['navbarPosLeft']          = 'custom';
$conf['navbarPosMiddle']        = 'search';
$conf['navbarPosRight']         = 'dokuwiki';
$conf['navbarShowSub']          = 0;

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

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

$conf['tagsConsolidate']        = 1;

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

$conf['sidebarShowLeft']        = 1;
$conf['sidebarAlwaysShowLeft']  = 0;
$conf['sidebarLeftRow1']        = 'logged in user';
$conf['sidebarLeftRow2']        = 'search';
$conf['sidebarLeftRow3']        = 'content';
$conf['sidebarLeftRow4']        = 'none';
$conf['sidebarMobileDefaultCollapse']	= 1;
$conf['sidebarShowRight']       = 1;
$conf['sidebarAlwaysShowright'] = 0;

$conf['tocFull']                = 0;

$conf['pageToolsFloating']      = 'always';
$conf['pageToolsFooter']        = 'none';

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

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


$conf['includePageUseACL']      = 1;
$conf['includePagePropagate']   = 1;
?>