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