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