xref: /template/mikio/conf/default.php (revision ad65422b575e29793fd0b66c4e0d0eb51a762d14)
1<?php
2/**
3 * DokuWiki Mikio Template Default Configuration
4 *
5 * @link    http://dokuwiki.org/template:mikio
6 * @author  James Collins <james.collins@outlook.com.au>
7 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html)
8 */
9$conf['iconTag']                = 'icon';
10
11$conf['customTheme']            = '';
12
13$conf['navbarUseTitleIcon']     = 1;
14$conf['navbarUseTitleText']     = 1;
15$conf['navbarUseTaglineText']   = 1;
16$conf['navbarCustomMenuText']   = '';
17
18$conf['navbarDWMenuType']       = 'icons';
19$conf['navbarDWMenuCombine']    = 'dropdown';
20
21$conf['navbarPosLeft']          = 'custom';
22$conf['navbarPosMiddle']        = 'search';
23$conf['navbarPosRight']         = 'dokuwiki';
24$conf['navbarShowSub']          = 0;
25
26$conf['searchButton']           = 'icon';
27
28$conf['heroTitle']              = 1;
29$conf['heroImagePropagation']   = 1;
30
31$conf['tagsConsolidate']        = 1;
32
33$conf['breadcrumbHideHome']     = 1;
34$conf['breadcrumbPosition']     = 'hero';
35$conf['breadcrumbPrefix']       = 0;
36$conf['breadcrumbPrefixText']   = 'You are here:';
37$conf['breadcrumbSep']          = 0;
38$conf['breadcrumbSepText']      = ' » ';
39$conf['breadcrumbHome']         = 'page title';
40$conf['breadcrumbShowLast']     = 0;
41
42$conf['sidebarShowLeft']        = 1;
43$conf['sidebarLeftRow1']        = 'logged in user';
44$conf['sidebarLeftRow2']        = 'search';
45$conf['sidebarLeftRow3']        = 'content';
46$conf['sidebarLeftRow4']        = 'none';
47$conf['sidebarShowRight']       = 1;
48
49$conf['tocFull']                = 0;
50
51$conf['pageToolsFloating']      = 'always';
52$conf['pageToolsFooter']        = 'none';
53
54$conf['footerCustomMenuText']   = '';
55$conf['footerSearch']           = 0;
56
57$conf['licenseType']            = 'badge';
58$conf['licenseImageOnly']       = 0;
59
60
61$conf['includePageUseACL']      = 1;
62$conf['includePagePropagate']   = 1;
63?>