Searched refs:sidebarPage (Results 1 – 2 of 2) sorted by relevance
13 $sidebarPage = tpl_getConf('dokuwikiSidebar') == 1 ? true : false; variable42 if($sidebarPage) {
1006 …$sidebarPage = empty($conf[$prefix . 'sidebar']) === true ? $prefix . 'sidebar' : $conf[$prefix . …1009 …$this->getConf('sidebarShow' . $confPrefix) === true && page_findnearest($sidebarPage) !== false &&1012 $content = $this->includePage($sidebarPage . 'header', false);1037 $content = $this->includePage($sidebarPage, false);1047 $content = $this->includePage($sidebarPage, false);1053 $content = $this->includePage($sidebarPage . 'footer', false);