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