1<?php 2/* 3 * default configuration settings 4 * 5 */ 6 7// must be run from within DokuWiki 8if (!defined('DOKU_INC')) die(); 9 10$conf['MainMenu'] = 'mainmenu'; 11$conf['SidebarMaxHeight'] = '300'; 12$conf['SidebarRight'] = 0; 13$conf['TocMaxHeight'] = '300'; 14$conf['TocRight'] = 0; 15$conf['GoBottomBtn'] = 0; 16$conf['ContentMaxWidth'] = '1600px'; 17$conf['FullScreenBtn'] = 1; 18$conf['ShowUserFooter'] = 0; 19$conf['ShowACLFooter'] = 0; 20$conf['DefaultTheme'] = 'system-color'; 21$conf['ForceTheme'] = 0; 22