1<?php 2/* 3 * default configuration settings 4 * 5 */ 6 7$conf['inclFontAwesome'] = 1; 8 9$conf['customTheme'] = ''; 10 11$conf['navbarUseTitleIcon'] = 1; 12$conf['navbarUseTitleText'] = 1; 13$conf['navbarUseSubtitleText'] = 1; 14$conf['navbarCustomMenuText'] = ''; 15 16$conf['navbarDWMenuType'] = 'icons'; 17$conf['navbarDWMenuCombine'] = 'dropdown'; 18$conf['navbarDWMenuLogout'] = 1; 19 20$conf['navbarPosLeftLeft'] = 'custom'; 21$conf['navbarPosLeftMid'] = 'none'; 22$conf['navbarPosLeftRight'] = 'none'; 23$conf['navbarPosRightLeft'] = 'none'; 24$conf['navbarPosRightMid'] = 'search'; 25$conf['navbarPosRightRight'] = 'dokuwiki'; 26$conf['navbarLowerMenu'] = 'none'; 27$conf['navbarLowerMenuPos'] = 'center'; 28 29$conf['heroTitle'] = 1; 30$conf['heroImagePropagation'] = 1; 31 32$conf['breadcrumbPos'] = 'hero'; 33$conf['breadcrumbPrefix'] = 'You are here:'; 34$conf['breadcrumbHome'] = 'page title'; 35 36$conf['sidebarDismiss'] = 1; 37$conf['sidebarSearch'] = 'none'; 38 39$conf['tocFull'] = 0; 40 41$conf['pageToolsHide'] = 0; 42$conf['pageToolsFooter'] = 0; 43 44$conf['footerCustomMenuText'] = ''; 45$conf['footerSearch'] = 0; 46 47 48 49// $conf['discussionPage'] = 'discussion:@ID@'; 50// $conf['userPage'] = 'user:@USER@:'; 51// $conf['hideTools'] = 0; 52// $conf['navbar'] = ''; 53