Lines Matching defs: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)
421 $useACL = $this->getConf('includePageUseACL');
422 $propagate = $this->getConf('includePagePropagate');
453 $useACL = $this->getConf('includePageUseACL');
454 $propagate = $this->getConf('includePagePropagate');
521 $showIcons = ($this->getConf('navbarDWMenuType') != 'text');
522 $showText = ($this->getConf('navbarDWMenuType') != 'icons');
523 $isDropDown = ($this->getConf('navbarDWMenuCombine') != 'seperate');
530 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
557 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
581 $showItem = $this->getConf('navbarItemShow' . ucfirst($item->getType()));
602 switch ($this->getConf('navbarDWMenuCombine')) {
702 if ($this->getConf('showLightDark') === true) {
703 $autoLightDark = $this->getConf('autoLightDark');
767 $homeUrl = wl($p->getConf('page_after_login'));
772 $url = $this->getConf('brandURLUser');
777 $url = $this->getConf('brandURLGuest');
786 $html .= '<nav class="mikio-navbar' . (($this->getConf('stickyNavbar') === true) ? ' mikio-sticky' : '') .
790 if ($this->getConf('navbarUseTitleIcon') === true || $this->getConf('navbarUseTitleText') === true) {
792 if ($this->getConf('navbarUseTitleIcon') === true) {
795 $width = $this->getConf('navbarTitleIconWidth');
796 $height = $this->getConf('navbarTitleIconHeight');
826 if ($this->getConf('navbarUseTitleText') === true) {
829 if ($this->getConf('navbarUseTaglineText') === true) {
841 $menus = [$this->getConf('navbarPosLeft', 'none'), $this->getConf('navbarPosMiddle', 'none'),
842 $this->getConf('navbarPosRight', 'none')
847 $html .= $this->stringToNav($this->getConf('navbarCustomMenuText', ''));
923 $this->getConf('sidebarShow' . $confPrefix) === true && page_findnearest($sidebarPage) !== false &&
932 $rows = [$this->getConf('sidebarLeftRow1'), $this->getConf('sidebarLeftRow2'),
933 $this->getConf('sidebarLeftRow3'), $this->getConf('sidebarLeftRow4')
968 if (empty($prefix) === true && $this->getConf('sidebarAlwaysShowLeft') === true) {
971 if ($this->getConf('sidebarAlwaysShow' . ucfirst($prefix)) === true) {
984 if(empty($prefix) === true && $this->getConf('stickyLeftSidebar') === true) {
989 ($this->getConf('sidebarMobileDefaultCollapse') === true ? ' closed' : '') . '" href="#">' .
1035 $showItem = $this->getConf('pageToolsShow' . ucfirst($item->getType()), 'always');
1075 if ($this->getConf('searchUseTypeahead') === true) {
1081 if (strcasecmp($this->getConf('searchButton'), 'icon') === 0) {
1114 if ($this->getConf('heroTitle') === false && $this->getConf('tagsShowHero') === true) {
1150 $string = $this->getConf('footerPageInfoText', '');
1232 $html .= $this->stringToNav($this->getConf('footerCustomMenuText'));
1234 if ($this->getConf('footerSearch') === true) {
1240 $showPageTools = $this->getConf('pageToolsFooter');
1251 $licenseType = $this->getConf('licenseType');
1253 $html .= tpl_license($licenseType, $this->getConf('licenseImageOnly'), true, true);
1277 $this->getConf('breadcrumbHideHome') === true && strcasecmp($ID, 'start') === 0 &&
1287 if ($this->getConf('breadcrumbPrefix') === false && $this->getConf('breadcrumbSep') === false) {
1296 if ($this->getConf('breadcrumbSep') === true) {
1297 $sep = $this->getConf('breadcrumbSepText');
1305 if ($this->getConf('breadcrumbPrefix') === true) {
1306 $prefix = $this->getConf('breadcrumbPrefixText');
1362 $this->getConf('youarehereHideHome') === true && strcasecmp($ID, 'start') === 0 &&
1372 if ($this->getConf('youareherePrefix') === false && $this->getConf('youarehereSep') === false) {
1383 if ($this->getConf('youarehereSep') === true) {
1384 $sep = $this->getConf('youarehereSepText');
1392 if ($this->getConf('youareherePrefix') === true) {
1393 $prefix = $this->getConf('youareherePrefixText');
1436 $showLast = $this->getConf('youarehereShowLast');
1455 switch ($this->getConf('youarehereHome')) {
1516 if ($this->getConf('heroTitle') === true) {
1520 if (strcasecmp($this->getConf('youareherePosition'), 'hero') === 0) {
1523 if (strcasecmp($this->getConf('breadcrumbPosition'), 'hero') === 0) {
1533 $hero_image = $this->getMediaFile('hero', true, $this->getConf('heroImagePropagation', true));
1543 if($this->getConf('tagsShowHero') === true) {
1612 $iconTag = $this->getConf('iconTag', 'icon');
1641 $iconTag = $this->getConf('iconTag', 'icon');
1938 if ($this->getConf('heroTitle') === true && $ACT !== 'preview') {
2029 if ($this->getConf('tagsConsolidate') === true) {
2138 $theme = $this->getConf('customTheme');
2341 $show = $this->getConf('showNotifications');