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['FullScreenBtn']    = 1;
12$conf['ShowUserFooter']    = 0;
13$conf['ShowACLFooter']    = 0;
14