xref: /template/kiwiki/conf/default.php (revision 6131181e569de01a1af92e7997d0d1a94d4186cd)
1<?php
2/*
3 * default configuration settings
4 *
5 */
6
7$conf['MainMenu'] = 'mainmenu';
8$conf['SidebarMaxHeight'] = '300';
9$conf['SidebarRight'] = 0;
10$conf['TocMaxHeight'] = '300';
11$conf['TocRight'] = 0;
12$conf['GoBottomBtn']    = 0;
13$conf['ContentMaxWidth']    = '1600px';
14$conf['FullScreenBtn']    = 1;
15$conf['ShowUserFooter']    = 0;
16$conf['ShowACLFooter']    = 0;
17$conf['DefaultTheme']    = 'system-color';
18$conf['ForceTheme']    = 0;
19