xref: /template/mikio/conf/default.php (revision 8378d39297548d67734ceba471cbfea43534a9fb)
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']   = 'Trace:';
51$conf['breadcrumbSep']          = 0;
52$conf['breadcrumbSepText']      = ' » ';
53
54$conf['youarehereHideHome']     = 1;
55$conf['youareherePosition']     = 'hero';
56$conf['youareherePrefix']       = 0;
57$conf['youareherePrefixText']   = 'You are here:';
58$conf['youarehereSep']          = 0;
59$conf['youarehereSepText']      = ' » ';
60$conf['youarehereHome']         = 'page title';
61$conf['youarehereShowLast']     = 0;
62
63$conf['sidebarShowLeft']        = 1;
64$conf['sidebarAlwaysShowLeft']  = 0;
65$conf['sidebarLeftRow1']        = 'logged in user';
66$conf['sidebarLeftRow2']        = 'search';
67$conf['sidebarLeftRow3']        = 'content';
68$conf['sidebarLeftRow4']        = 'none';
69$conf['sidebarMobileDefaultCollapse']    = 1;
70$conf['sidebarShowRight']       = 1;
71$conf['sidebarAlwaysShowright'] = 0;
72
73$conf['tocFull']                = 0;
74
75$conf['pageToolsFloating']      = 'always';
76$conf['pageToolsFooter']        = 'none';
77
78$conf['pageToolsShowCreate']    = 'always';
79$conf['pageToolsShowEdit']      = 'always';
80$conf['pageToolsShowRevs']      = 'always';
81$conf['pageToolsShowBacklink']  = 'always';
82$conf['pageToolsShowTop']       = 'always';
83
84$conf['footerCustomMenuText']   = '';
85$conf['footerSearch']           = 0;
86$conf['footerInPage']           = 0;
87
88$conf['licenseType']            = 'badge';
89$conf['licenseImageOnly']       = 0;
90
91$conf['includePageUseACL']      = 1;
92$conf['includePagePropagate']   = 1;
93
94$conf['fixedTopHeader']         = 0;
95$conf['fixedNavbar']            = 0;
96