1<?php 2 3/** 4 * DokuWiki Mikio Template Default Configuration 5 * 6 * @link http://dokuwiki.org/template:mikio 7 * @author James Collins <james.collins@outlook.com.au> 8 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html) 9 */ 10$conf['iconTag'] = 'icon'; 11$conf['customTheme'] = ''; 12$conf['showNotifications'] = 'admin'; 13$conf['useLESS'] = 1; 14 15$conf['navbarUseTitleIcon'] = 1; 16$conf['navbarUseTitleText'] = 1; 17$conf['navbarUseTaglineText'] = 1; 18$conf['navbarCustomMenuText'] = ''; 19 20$conf['navbarDWMenuType'] = 'icons'; 21$conf['navbarDWMenuCombine'] = 'dropdown'; 22 23$conf['navbarPosLeft'] = 'custom'; 24$conf['navbarPosMiddle'] = 'search'; 25$conf['navbarPosRight'] = 'dokuwiki'; 26$conf['navbarShowSub'] = 0; 27 28$conf['navbarItemShowCreate'] = 'always'; 29$conf['navbarItemShowShow'] = 'always'; 30$conf['navbarItemShowRevs'] = 'always'; 31$conf['navbarItemShowBacklink'] = 'always'; 32$conf['navbarItemShowRecent'] = 'always'; 33$conf['navbarItemShowMedia'] = 'always'; 34$conf['navbarItemShowIndex'] = 'always'; 35$conf['navbarItemShowProfile'] = 'always'; 36$conf['navbarItemShowAdmin'] = 'always'; 37$conf['navbarItemShowLogin'] = 'always'; 38$conf['navbarItemShowLogout'] = 'always'; 39 40$conf['searchButton'] = 'icon'; 41$conf['searchUseTypeahead'] = 1; 42 43$conf['heroTitle'] = 1; 44$conf['heroImagePropagation'] = 1; 45 46$conf['tagsConsolidate'] = 1; 47 48$conf['breadcrumbHideHome'] = 1; 49$conf['breadcrumbPosition'] = 'hero'; 50$conf['breadcrumbPrefix'] = 0; 51$conf['breadcrumbPrefixText'] = 'Trace:'; 52$conf['breadcrumbSep'] = 0; 53$conf['breadcrumbSepText'] = ' » '; 54 55$conf['youarehereHideHome'] = 1; 56$conf['youareherePosition'] = 'hero'; 57$conf['youareherePrefix'] = 0; 58$conf['youareherePrefixText'] = 'You are here:'; 59$conf['youarehereSep'] = 0; 60$conf['youarehereSepText'] = ' » '; 61$conf['youarehereHome'] = 'page title'; 62$conf['youarehereShowLast'] = 0; 63 64$conf['sidebarShowLeft'] = 1; 65$conf['sidebarAlwaysShowLeft'] = 0; 66$conf['sidebarLeftRow1'] = 'logged in user'; 67$conf['sidebarLeftRow2'] = 'search'; 68$conf['sidebarLeftRow3'] = 'content'; 69$conf['sidebarLeftRow4'] = 'none'; 70$conf['sidebarMobileDefaultCollapse'] = 1; 71$conf['sidebarShowRight'] = 1; 72$conf['sidebarAlwaysShowright'] = 0; 73 74$conf['tocFull'] = 0; 75 76$conf['pageToolsFloating'] = 'always'; 77$conf['pageToolsFooter'] = 'none'; 78 79$conf['pageToolsShowCreate'] = 'always'; 80$conf['pageToolsShowEdit'] = 'always'; 81$conf['pageToolsShowRevs'] = 'always'; 82$conf['pageToolsShowBacklink'] = 'always'; 83$conf['pageToolsShowTop'] = 'always'; 84 85$conf['footerCustomMenuText'] = ''; 86$conf['footerSearch'] = 0; 87$conf['footerInPage'] = 0; 88 89$conf['licenseType'] = 'badge'; 90$conf['licenseImageOnly'] = 0; 91 92$conf['includePageUseACL'] = 1; 93$conf['includePagePropagate'] = 1; 94 95$conf['fixedTopHeader'] = 0; 96$conf['fixedNavbar'] = 0; 97