1<?php 2/* 3 * default configuration settings 4 * 5 */ 6 7 8$conf['iconTag'] = 'icon'; 9 10$conf['customTheme'] = ''; 11 12$conf['navbarUseTitleIcon'] = 1; 13$conf['navbarUseTitleText'] = 1; 14$conf['navbarUseTaglineText'] = 1; 15$conf['navbarCustomMenuText'] = ''; 16$conf['navbarBackground'] = 'light'; 17 18$conf['navbarDWMenuType'] = 'icons'; 19$conf['navbarDWMenuCombine'] = 'dropdown'; 20 21$conf['navbarPosLeftLeft'] = 'custom'; 22$conf['navbarPosLeftMid'] = 'none'; 23$conf['navbarPosLeftRight'] = 'none'; 24$conf['navbarPosRightLeft'] = 'none'; 25$conf['navbarPosRightMid'] = 'search'; 26$conf['navbarPosRightRight'] = 'dokuwiki'; 27$conf['navbarLowerMenu'] = 'none'; 28$conf['navbarLowerMenuPos'] = 'center'; 29$conf['navbarLowerBackground'] = 'light'; 30 31$conf['searchButton'] = 'icon'; 32 33$conf['heroTitle'] = 1; 34$conf['heroImagePropagation'] = 1; 35 36$conf['breadcrumbPos'] = 'hero'; 37$conf['breadcrumbPrefix'] = 0; 38$conf['breadcrumbPrefixText'] = 'You are here:'; 39$conf['breadcrumbSep'] = 0; 40$conf['breadcrumbSepText'] = ' » '; 41$conf['breadcrumbHome'] = 'page title'; 42 43$conf['sidebarShowLeft'] = 1; 44$conf['sidebarLeftDismiss'] = 1; 45$conf['sidebarLeftSearch'] = 'none'; 46$conf['sidebarRightShow'] = 1; 47$conf['sidebarRightDismiss'] = 1; 48 49$conf['tocFull'] = 0; 50 51$conf['pageToolsHide'] = 0; 52$conf['pageToolsHideGuest'] = 1; 53$conf['pageToolsHideNoEdit'] = 0; 54$conf['pageToolsFooter'] = 0; 55 56$conf['footerCustomMenuText'] = ''; 57$conf['footerSearch'] = 0; 58 59$conf['licenseType'] = 'badge'; 60$conf['licenseImageOnly'] = 0; 61 62 63 64// $conf['discussionPage'] = 'discussion:@ID@'; 65// $conf['userPage'] = 'user:@USER@:'; 66// $conf['hideTools'] = 0; 67// $conf['navbar'] = ''; 68