Home
last modified time | relevance | path

Searched refs:includeNavbar (Results 1 – 2 of 2) sorted by relevance

/template/mikio/
H A Dmain.php48 $TEMPLATE->includeNavbar(true, $ACT === 'show' && $TEMPLATE->getConf('navbarShowSub', false));
H A Dmikio.php836 public function includeNavbar(bool $print = true, bool $showSub = false): string function in dokuwiki\\template\\mikio\\mikio