1<?php 2 3/** 4 * Default configuration for indexmenu plugin 5 * 6 * @license: GPL 2 (http://www.gnu.org/licenses/gpl.html) 7 * @author: Samuele Tognini <samuele@samuele.netsons.org> 8 */ 9 10$conf['defaultoptions'] = ''; 11$conf['only_admins'] = 0; 12$conf['aclcache'] = 'groups'; 13$conf['headpage'] = ':start:,:same:,:inside:'; 14$conf['hide_headpage'] = 1; 15$conf['page_index'] = ''; 16$conf['empty_msg'] = ''; 17$conf['skip_index'] = ''; 18$conf['skip_file'] = ''; 19$conf['show_sort'] = 1; 20//$conf['themes_url'] = 'http://samuele.netsons.org/dokuwiki'; 21//$conf['be_repo'] = 0; 22