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
11$conf['iconTag']                = 'icon';
12$conf['customTheme']            = '';
13$conf['showNotifications']      = 'always';
14$conf['useLESS']                = 1;
15$conf['brandURLGuest']          = '';
16$conf['brandURLUser']           = '';
17$conf['showLightDark']          = 0;
18$conf['autoLightDark']          = 0;
19
20$conf['navbarUseTitleIcon']     = 1;
21$conf['navbarTitleIconHeight']  = '';
22$conf['navbarTitleIconWidth']   = '';
23$conf['navbarUseTitleText']     = 1;
24$conf['navbarUseTaglineText']   = 1;
25$conf['navbarCustomMenuText']   = '';
26
27$conf['navbarDWMenuType']       = 'icons';
28$conf['navbarDWMenuCombine']    = 'dropdown';
29
30$conf['navbarPosLeft']          = 'custom';
31$conf['navbarPosMiddle']        = 'search';
32$conf['navbarPosRight']         = 'dokuwiki';
33$conf['navbarShowSub']          = 0;
34
35$conf['navbarItemShowCreate']   = 'always';
36$conf['navbarItemShowShow']     = 'always';
37$conf['navbarItemShowRevs']     = 'always';
38$conf['navbarItemShowBacklink'] = 'always';
39$conf['navbarItemShowRecent']   = 'always';
40$conf['navbarItemShowMedia']    = 'always';
41$conf['navbarItemShowIndex']    = 'always';
42$conf['navbarItemShowProfile']  = 'always';
43$conf['navbarItemShowAdmin']    = 'always';
44$conf['navbarItemShowLogin']    = 'always';
45$conf['navbarItemShowLogout']   = 'always';
46
47$conf['searchButton']           = 'icon';
48$conf['searchUseTypeahead']     = 1;
49
50$conf['heroTitle']              = 1;
51$conf['heroImagePropagation']   = 1;
52
53$conf['tagsConsolidate']        = 1;
54
55$conf['breadcrumbHideHome']     = 1;
56$conf['breadcrumbPosition']     = 'hero';
57$conf['breadcrumbPrefix']       = 0;
58$conf['breadcrumbPrefixText']   = 'Trace:';
59$conf['breadcrumbSep']          = 0;
60$conf['breadcrumbSepText']      = ' » ';
61
62$conf['youarehereHideHome']     = 1;
63$conf['youareherePosition']     = 'hero';
64$conf['youareherePrefix']       = 0;
65$conf['youareherePrefixText']   = 'You are here:';
66$conf['youarehereSep']          = 0;
67$conf['youarehereSepText']      = ' » ';
68$conf['youarehereHome']         = 'page title';
69$conf['youarehereShowLast']     = 0;
70
71$conf['sidebarShowLeft']        = 1;
72$conf['sidebarAlwaysShowLeft']  = 0;
73$conf['sidebarLeftRow1']        = 'logged in user';
74$conf['sidebarLeftRow2']        = 'search';
75$conf['sidebarLeftRow3']        = 'content';
76$conf['sidebarLeftRow4']        = 'none';
77$conf['sidebarMobileDefaultCollapse']    = 1;
78$conf['sidebarShowRight']       = 1;
79$conf['sidebarAlwaysShowright'] = 0;
80
81$conf['tocFull']                = 0;
82
83$conf['pageToolsFloating']      = 'always';
84$conf['pageToolsFooter']        = 'none';
85
86$conf['pageToolsShowCreate']    = 'always';
87$conf['pageToolsShowEdit']      = 'always';
88$conf['pageToolsShowRevs']      = 'always';
89$conf['pageToolsShowBacklink']  = 'always';
90$conf['pageToolsShowTop']       = 'always';
91
92$conf['footerPageInfoText']     = '{file} · %lastmod% {date}[LOGGEDIN=[USER= %by% {user}][LOCKED= · %lockedby% {locked}]]';
93$conf['footerCustomMenuText']   = '';
94$conf['footerSearch']           = 0;
95$conf['footerInPage']           = 0;
96
97$conf['licenseType']            = 'badge';
98$conf['licenseImageOnly']       = 0;
99
100$conf['includePageUseACL']      = 1;
101$conf['includePagePropagate']   = 1;
102
103$conf['fixedTopHeader']         = 0;
104$conf['fixedNavbar']            = 0;
105