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