xref: /template/mikio/conf/default.php (revision e43fbe36409b0973660a5b93e3807191f6331572)
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$conf['customTheme']            = '';
11$conf['showNotifications']      = 'admin';
12$conf['useLESS']                = 1;
13
14$conf['navbarUseTitleIcon']     = 1;
15$conf['navbarUseTitleText']     = 1;
16$conf['navbarUseTaglineText']   = 1;
17$conf['navbarCustomMenuText']   = '';
18
19$conf['navbarDWMenuType']       = 'icons';
20$conf['navbarDWMenuCombine']    = 'dropdown';
21
22$conf['navbarPosLeft']          = 'custom';
23$conf['navbarPosMiddle']        = 'search';
24$conf['navbarPosRight']         = 'dokuwiki';
25$conf['navbarShowSub']          = 0;
26
27$conf['searchButton']           = 'icon';
28
29$conf['heroTitle']              = 1;
30$conf['heroImagePropagation']   = 1;
31
32$conf['tagsConsolidate']        = 1;
33
34$conf['breadcrumbHideHome']     = 1;
35$conf['breadcrumbPosition']     = 'hero';
36$conf['breadcrumbPrefix']       = 0;
37$conf['breadcrumbPrefixText']   = 'You are here:';
38$conf['breadcrumbSep']          = 0;
39$conf['breadcrumbSepText']      = ' » ';
40$conf['breadcrumbHome']         = 'page title';
41$conf['breadcrumbShowLast']     = 0;
42
43$conf['sidebarShowLeft']        = 1;
44$conf['sidebarAlwaysShowLeft']  = 0;
45$conf['sidebarLeftRow1']        = 'logged in user';
46$conf['sidebarLeftRow2']        = 'search';
47$conf['sidebarLeftRow3']        = 'content';
48$conf['sidebarLeftRow4']        = 'none';
49$conf['sidebarMobileDefaultCollapse']	= 1;
50$conf['sidebarShowRight']       = 1;
51$conf['sidebarAlwaysShowright'] = 0;
52
53$conf['tocFull']                = 0;
54
55$conf['pageToolsFloating']      = 'always';
56$conf['pageToolsFooter']        = 'none';
57
58$conf['footerCustomMenuText']   = '';
59$conf['footerSearch']           = 0;
60$conf['footerInPage']           = 0;
61
62$conf['licenseType']            = 'badge';
63$conf['licenseImageOnly']       = 0;
64
65
66$conf['includePageUseACL']      = 1;
67$conf['includePagePropagate']   = 1;
68?>