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