You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
601 B

  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@samuele.netsons.org>
  7. */
  8. $conf['defaultoptions'] = '';
  9. $conf['only_admins'] = 0;
  10. $conf['aclcache'] = 'groups';
  11. $conf['headpage'] = ':start:,:same:,:inside:';
  12. $conf['hide_headpage'] = 1;
  13. $conf['page_index'] = '';
  14. $conf['empty_msg'] = '';
  15. $conf['skip_index'] = '';
  16. $conf['skip_file'] = '';
  17. $conf['show_sort'] = 1;
  18. //$conf['themes_url'] = 'http://samuele.netsons.org/dokuwiki';
  19. //$conf['be_repo'] = 0;