Lines Matching refs:true
41 …->getConf('autoLightDark') === true ? ' mikio-auto-darklight' : '' ?><?php echo $TEMPLATE->getConf…
44 …echo '<div id="dokuwiki__top" class="site ' . tpl_classes() . (($showSidebar === true) ? ' showSid…
45 (($hasSidebar === true) ? ' hasSidebar' : '') . '">';
46 $TEMPLATE->includePage('topheader', true, true, 'mikio-page-topheader' .
47 (($TEMPLATE->getConf('stickyTopHeader') === true) ? ' mikio-sticky' : ''));
48 $TEMPLATE->includeNavbar(true, $ACT === 'show' && $TEMPLATE->getConf('navbarShowSub', false));
50 $TEMPLATE->includePage('header', true, true, 'mikio-page-header' .
51 (($TEMPLATE->getConf('stickyHeader') === true) ? ' mikio-sticky' : ''));
70 if ($ACT === 'show' && $TEMPLATE->getConf('heroTitle') === true) {
76 if ($showSidebar === true) {
89 …echo '<article class="mikio-article' . ($TEMPLATE->getConf('tocFull') === true && $TEMPLATE->hideT…
94 $TEMPLATE->includePage('contentheader', true, true, 'mikio-page-contentheader');
98 $TEMPLATE->includePage('contentfooter', true, true, 'mikio-page-contentfooter');
106 $ACT === 'show' && ($showPageTools === 'always' || ($TEMPLATE->userCanEdit() === true &&
109 $TEMPLATE->includePageTools(true, true);
113 if ($showSidebar === true) {
121 if ($ACT === 'show' && $TEMPLATE->getConf('footerInPage') === true) {
133 $TEMPLATE->includePage('bottomfooter', true, true, 'mikio-page-bottomfooter');