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