Lines Matching refs:getConf

118         if (empty($this->getConf('customTheme')) === false) {
119 if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.less') === true) {
120 $stylesheets[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/style.less';
122 if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.css') === true) {
123 $stylesheets[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/style.css';
126 if (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/script.js') === true) {
127 $scripts[] = $this->baseDir . 'themes/' . $this->getConf('customTheme') . '/script.js';
131 if (is_array($MIKIO_ICONS) === true && empty($this->getConf('iconTag', 'icon')) === false) {
154 if ($this->getConf('useLESS') === true) {
162 if ($this->getConf('useLESS') === true) {
172 if (strcasecmp(substr($style, -5), '.less') === 0 && $this->getConf('useLESS') === true) {
250 public function getConf(string $key, $default = false)
420 $useACL = $this->getConf('includePageUseACL');
421 $propagate = $this->getConf('includePagePropagate');
452 $useACL = $this->getConf('includePageUseACL');
453 $propagate = $this->getConf('includePagePropagate');
520 $showIcons = ($this->getConf('navbarDWMenuType') != 'text');
521 $showText = ($this->getConf('navbarDWMenuType') != 'icons');
522 $isDropDown = ($this->getConf('navbarDWMenuCombine') != 'seperate');
529 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
556 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
580 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
601 switch ($this->getConf('navbarDWMenuCombine')) {
701 if ($this->getConf('showLightDark') === true) {
702 $autoLightDark = $this->getConf('autoLightDark');
766 $homeUrl = wl($p->getConf('page_after_login'));
771 $url = $this->getConf('brandURLUser');
776 $url = $this->getConf('brandURLGuest');
785 $html .= '<nav class="mikio-navbar' . (($this->getConf('stickyNavbar') === true) ? ' mikio-sticky' : '') .
789 if ($this->getConf('navbarUseTitleIcon') === true || $this->getConf('navbarUseTitleText') === true) {
791 if ($this->getConf('navbarUseTitleIcon') === true) {
794 $width = $this->getConf('navbarTitleIconWidth');
795 $height = $this->getConf('navbarTitleIconHeight');
825 if ($this->getConf('navbarUseTitleText') === true) {
828 if ($this->getConf('navbarUseTaglineText') === true) {
840 $menus = [$this->getConf('navbarPosLeft', 'none'), $this->getConf('navbarPosMiddle', 'none'),
841 $this->getConf('navbarPosRight', 'none')
846 $html .= $this->stringToNav($this->getConf('navbarCustomMenuText', ''));
922 $this->getConf('sidebarShow' . $confPrefix) === true && page_findnearest($sidebarPage) !== false &&
931 $rows = [$this->getConf('sidebarLeftRow1'), $this->getConf('sidebarLeftRow2'),
932 $this->getConf('sidebarLeftRow3'), $this->getConf('sidebarLeftRow4')
967 if (empty($prefix) === true && $this->getConf('sidebarAlwaysShowLeft') === true) {
970 if ($this->getConf('sidebarAlwaysShow' . ucfirst($prefix)) === true) {
983 if(empty($prefix) === true && $this->getConf('stickyLeftSidebar') === true) {
988 ($this->getConf('sidebarMobileDefaultCollapse') === true ? ' closed' : '') . '" href="#">' .
1034 $showItem = $this->getConf('pageToolsShow' . ucfirst($item->getType()), 'always');
1074 if ($this->getConf('searchUseTypeahead') === true) {
1080 if (strcasecmp($this->getConf('searchButton'), 'icon') === 0) {
1113 if ($this->getConf('heroTitle') === false) {
1149 $string = $this->getConf('footerPageInfoText', '');
1231 $html .= $this->stringToNav($this->getConf('footerCustomMenuText'));
1233 if ($this->getConf('footerSearch') === true) {
1239 $showPageTools = $this->getConf('pageToolsFooter');
1250 $licenseType = $this->getConf('licenseType');
1252 $html .= tpl_license($licenseType, $this->getConf('licenseImageOnly'), true, true);
1276 $this->getConf('breadcrumbHideHome') === true && strcasecmp($ID, 'start') === 0 &&
1286 if ($this->getConf('breadcrumbPrefix') === false && $this->getConf('breadcrumbSep') === false) {
1295 if ($this->getConf('breadcrumbSep') === true) {
1296 $sep = $this->getConf('breadcrumbSepText');
1304 if ($this->getConf('breadcrumbPrefix') === true) {
1305 $prefix = $this->getConf('breadcrumbPrefixText');
1361 $this->getConf('youarehereHideHome') === true && strcasecmp($ID, 'start') === 0 &&
1371 if ($this->getConf('youareherePrefix') === false && $this->getConf('youarehereSep') === false) {
1382 if ($this->getConf('youarehereSep') === true) {
1383 $sep = $this->getConf('youarehereSepText');
1391 if ($this->getConf('youareherePrefix') === true) {
1392 $prefix = $this->getConf('youareherePrefixText');
1435 $showLast = $this->getConf('youarehereShowLast');
1454 switch ($this->getConf('youarehereHome')) {
1515 if ($this->getConf('heroTitle') === true) {
1519 if (strcasecmp($this->getConf('youareherePosition'), 'hero') === 0) {
1522 if (strcasecmp($this->getConf('breadcrumbPosition'), 'hero') === 0) {
1532 $hero_image = $this->getMediaFile('hero', true, $this->getConf('heroImagePropagation', true));
1605 $iconTag = $this->getConf('iconTag', 'icon');
1634 $iconTag = $this->getConf('iconTag', 'icon');
1931 if ($this->getConf('heroTitle') === true && $ACT !== 'preview') {
2022 if ($this->getConf('tagsConsolidate') === true) {
2131 $theme = $this->getConf('customTheme');
2334 $show = $this->getConf('showNotifications');