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$conf['brandURLGuest'] = ''; 15$conf['brandURLUser'] = ''; 16 17$conf['navbarUseTitleIcon'] = 1; 18$conf['navbarUseTitleText'] = 1; 19$conf['navbarUseTaglineText'] = 1; 20$conf['navbarCustomMenuText'] = ''; 21 22$conf['navbarDWMenuType'] = 'icons'; 23$conf['navbarDWMenuCombine'] = 'dropdown'; 24 25$conf['navbarPosLeft'] = 'custom'; 26$conf['navbarPosMiddle'] = 'search'; 27$conf['navbarPosRight'] = 'dokuwiki'; 28$conf['navbarShowSub'] = 0; 29 30$conf['navbarItemShowCreate'] = 'always'; 31$conf['navbarItemShowShow'] = 'always'; 32$conf['navbarItemShowRevs'] = 'always'; 33$conf['navbarItemShowBacklink'] = 'always'; 34$conf['navbarItemShowRecent'] = 'always'; 35$conf['navbarItemShowMedia'] = 'always'; 36$conf['navbarItemShowIndex'] = 'always'; 37$conf['navbarItemShowProfile'] = 'always'; 38$conf['navbarItemShowAdmin'] = 'always'; 39$conf['navbarItemShowLogin'] = 'always'; 40$conf['navbarItemShowLogout'] = 'always'; 41 42$conf['searchButton'] = 'icon'; 43$conf['searchUseTypeahead'] = 1; 44 45$conf['heroTitle'] = 1; 46$conf['heroImagePropagation'] = 1; 47 48$conf['tagsConsolidate'] = 1; 49 50$conf['breadcrumbHideHome'] = 1; 51$conf['breadcrumbPosition'] = 'hero'; 52$conf['breadcrumbPrefix'] = 0; 53$conf['breadcrumbPrefixText'] = 'Trace:'; 54$conf['breadcrumbSep'] = 0; 55$conf['breadcrumbSepText'] = ' » '; 56 57$conf['youarehereHideHome'] = 1; 58$conf['youareherePosition'] = 'hero'; 59$conf['youareherePrefix'] = 0; 60$conf['youareherePrefixText'] = 'You are here:'; 61$conf['youarehereSep'] = 0; 62$conf['youarehereSepText'] = ' » '; 63$conf['youarehereHome'] = 'page title'; 64$conf['youarehereShowLast'] = 0; 65 66$conf['sidebarShowLeft'] = 1; 67$conf['sidebarAlwaysShowLeft'] = 0; 68$conf['sidebarLeftRow1'] = 'logged in user'; 69$conf['sidebarLeftRow2'] = 'search'; 70$conf['sidebarLeftRow3'] = 'content'; 71$conf['sidebarLeftRow4'] = 'none'; 72$conf['sidebarMobileDefaultCollapse'] = 1; 73$conf['sidebarShowRight'] = 1; 74$conf['sidebarAlwaysShowright'] = 0; 75 76$conf['tocFull'] = 0; 77 78$conf['pageToolsFloating'] = 'always'; 79$conf['pageToolsFooter'] = 'none'; 80 81$conf['pageToolsShowCreate'] = 'always'; 82$conf['pageToolsShowEdit'] = 'always'; 83$conf['pageToolsShowRevs'] = 'always'; 84$conf['pageToolsShowBacklink'] = 'always'; 85$conf['pageToolsShowTop'] = 'always'; 86 87$conf['footerCustomMenuText'] = ''; 88$conf['footerSearch'] = 0; 89$conf['footerInPage'] = 0; 90 91$conf['licenseType'] = 'badge'; 92$conf['licenseImageOnly'] = 0; 93 94$conf['includePageUseACL'] = 1; 95$conf['includePagePropagate'] = 1; 96 97$conf['fixedTopHeader'] = 0; 98$conf['fixedNavbar'] = 0; 99