1<?php 2/** 3 * DokuWiki Mikio Template Default Configuration 4 * 5 * @link http://dokuwiki.org/template:mikio 6 * @author James Collins <james.collins@outlook.com.au> 7 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html) 8 */ 9$conf['iconTag'] = 'icon'; 10$conf['customTheme'] = ''; 11$conf['showNotifications'] = 'admin'; 12 13$conf['navbarUseTitleIcon'] = 1; 14$conf['navbarUseTitleText'] = 1; 15$conf['navbarUseTaglineText'] = 1; 16$conf['navbarCustomMenuText'] = ''; 17 18$conf['navbarDWMenuType'] = 'icons'; 19$conf['navbarDWMenuCombine'] = 'dropdown'; 20 21$conf['navbarPosLeft'] = 'custom'; 22$conf['navbarPosMiddle'] = 'search'; 23$conf['navbarPosRight'] = 'dokuwiki'; 24$conf['navbarShowSub'] = 0; 25 26$conf['searchButton'] = 'icon'; 27 28$conf['heroTitle'] = 1; 29$conf['heroImagePropagation'] = 1; 30 31$conf['tagsConsolidate'] = 1; 32 33$conf['breadcrumbHideHome'] = 1; 34$conf['breadcrumbPosition'] = 'hero'; 35$conf['breadcrumbPrefix'] = 0; 36$conf['breadcrumbPrefixText'] = 'You are here:'; 37$conf['breadcrumbSep'] = 0; 38$conf['breadcrumbSepText'] = ' » '; 39$conf['breadcrumbHome'] = 'page title'; 40$conf['breadcrumbShowLast'] = 0; 41 42$conf['sidebarShowLeft'] = 1; 43$conf['sidebarLeftRow1'] = 'logged in user'; 44$conf['sidebarLeftRow2'] = 'search'; 45$conf['sidebarLeftRow3'] = 'content'; 46$conf['sidebarLeftRow4'] = 'none'; 47$conf['sidebarMobileDefaultCollapse'] = 1; 48$conf['sidebarShowRight'] = 1; 49 50$conf['tocFull'] = 0; 51 52$conf['pageToolsFloating'] = 'always'; 53$conf['pageToolsFooter'] = 'none'; 54 55$conf['footerCustomMenuText'] = ''; 56$conf['footerSearch'] = 0; 57$conf['footerInPage'] = 0; 58 59$conf['licenseType'] = 'badge'; 60$conf['licenseImageOnly'] = 0; 61 62 63$conf['includePageUseACL'] = 1; 64$conf['includePagePropagate'] = 1; 65?>