dokuwiki-indexmenu-plugin – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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;