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