Lines Matching refs:getConf
129 if (empty($this->getConf('customTheme')) === false) {
130 …if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.less') === tru…
131 … $stylesheets[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/style.less';
133 …if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.css') === true…
134 … $stylesheets[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/style.css';
137 …if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/script.js') === true…
138 … $scripts[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/script.js';
142 if (is_array($MIKIO_ICONS) === true && empty($this->getConf('iconTag', 'icon')) === false) {
165 if ($this->getConf('useLESS') === true) {
173 if ($this->getConf('useLESS') === true) {
183 … if ($this->getConf('useLESS') === true && strcasecmp(substr($style, -5), '.less') === 0) {
257 public function getConf(string $key, $default = false) function in dokuwiki\\template\\mikio\\mikio
433 $useACL = $this->getConf('includePageUseACL');
434 $propagate = $this->getConf('includePagePropagate');
464 $useACL = $this->getConf('includePageUseACL');
465 $propagate = $this->getConf('includePagePropagate');
530 $showIcons = ($this->getConf('navbarDWMenuType') != 'text');
531 $showText = ($this->getConf('navbarDWMenuType') != 'icons');
532 $isDropDown = ($this->getConf('navbarDWMenuCombine') != 'separate');
539 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
566 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
590 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
614 switch ($this->getConf('navbarDWMenuCombine')) {
781 if ($this->getConf('showLightDark') === true) {
782 $autoLightDark = $this->getConf('autoLightDark');
846 $homeUrl = wl($p->getConf('page_after_login'));
851 $url = $this->getConf('brandURLUser');
853 $url = $this->getConf('brandURLGuest');
860 …$html = '<nav class="mikio-navbar' . (($this->getConf('stickyNavbar') === true) ? ' mikio-sticky' …
864 …if ($this->getConf('navbarUseTitleIcon') === true || $this->getConf('navbarUseTitleText') === true…
866 if ($this->getConf('navbarUseTitleIcon') === true) {
870 $width = $this->getConf('navbarTitleIconWidth');
871 $height = $this->getConf('navbarTitleIconHeight');
907 if ($this->getConf('navbarUseTitleText') === true) {
910 if ($this->getConf('navbarUseTaglineText') === true) {
922 … $menus = [$this->getConf('navbarPosLeft', 'none'), $this->getConf('navbarPosMiddle', 'none'),
923 $this->getConf('navbarPosRight', 'none')
933 $html .= $this->stringToNav($this->getConf('navbarCustomMenuText', ''));
1009 …$this->getConf('sidebarShow' . $confPrefix) === true && page_findnearest($sidebarPage) !== false &&
1019 $rows = [$this->getConf('sidebarLeftRow1'), $this->getConf('sidebarLeftRow2'),
1020 $this->getConf('sidebarLeftRow3'), $this->getConf('sidebarLeftRow4')
1060 if (empty($prefix) === true && $this->getConf('sidebarAlwaysShowLeft') === true) {
1063 if ($this->getConf('sidebarAlwaysShow' . ucfirst($prefix)) === true) {
1076 if(empty($prefix) === true && $this->getConf('stickyLeftSidebar') === true) {
1081 … ($this->getConf('sidebarMobileDefaultCollapse') === true ? ' closed' : '') . '" href="#">' .
1139 $showItem = $this->getConf('pageToolsShow' . ucfirst($item->getType()), 'always');
1181 if ($this->getConf('searchUseTypeahead') === true) {
1192 if (strcasecmp($this->getConf('searchButton'), 'icon') === 0) {
1238 if ($this->getConf('heroTitle') === false && $this->getConf('tagsShowHero') === true) {
1274 $string = $this->getConf('footerPageInfoText', '');
1354 $html .= $this->stringToNav($this->getConf('footerCustomMenuText'));
1356 if ($this->getConf('footerSearch') === true) {
1362 $showPageTools = $this->getConf('pageToolsFooter');
1375 $licenseType = $this->getConf('licenseType');
1377 $html .= tpl_license($licenseType, $this->getConf('licenseImageOnly'), true);
1401 ($this->getConf('breadcrumbHideHome') === true && strcasecmp($ID, 'start') === 0 &&
1410 … if ($this->getConf('breadcrumbPrefix') === false && $this->getConf('breadcrumbSep') === false) {
1418 if ($this->getConf('breadcrumbSep') === true) {
1419 $sep = $this->getConf('breadcrumbSepText');
1427 if ($this->getConf('breadcrumbPrefix') === true) {
1428 $prefix = $this->getConf('breadcrumbPrefixText');
1483 ($this->getConf('youarehereHideHome') === true && strcasecmp($ID, 'start') === 0 &&
1492 … if ($this->getConf('youareherePrefix') === false && $this->getConf('youarehereSep') === false) {
1502 if ($this->getConf('youarehereSep') === true) {
1503 $sep = $this->getConf('youarehereSepText');
1511 if ($this->getConf('youareherePrefix') === true) {
1512 $prefix = $this->getConf('youareherePrefixText');
1562 $showLast = $this->getConf('youarehereShowLast');
1585 switch ($this->getConf('youarehereHome')) {
1647 if ($this->getConf('heroTitle') === true) {
1651 if (strcasecmp($this->getConf('youareherePosition'), 'hero') === 0) {
1654 if (strcasecmp($this->getConf('breadcrumbPosition'), 'hero') === 0) {
1664 … $hero_image = $this->getMediaFile('hero', true, $this->getConf('heroImagePropagation', true));
1674 if($this->getConf('tagsShowHero') === true) {
1758 $iconTag = $this->getConf('iconTag', 'icon');
1788 $iconTag = $this->getConf('iconTag', 'icon');
2082 if ($this->getConf('heroTitle') === true && $ACT !== 'preview') {
2172 if ($this->getConf('tagsConsolidate') === true) {
2275 $theme = $this->getConf('customTheme');
2336 $titleFormat = strip_tags($this->getConf('navbarCustomTitleFormat'));
2482 $show = $this->getConf('showNotifications');