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