Home
last modified time | relevance | path

Searched refs:includeSidebar (Results 1 – 4 of 4) sorted by relevance

/template/bootstrap3/
H A Dmain.php93 <?php $TPL->includeSidebar('left'); // Left Sidebar ?>
175 <?php $TPL->includeSidebar('right'); // Right Sidebar ?>
H A DTemplate.php1331 public function includeSidebar($type)
1329 public function includeSidebar($type) global() function in dokuwiki\\template\\bootstrap3\\Template
/template/mikio/
H A Dmain.php71 $TEMPLATE->includeSidebar();
106 $rightsidebar = $TEMPLATE->includeSidebar('right');
H A Dmikio.php904 public function includeSidebar(string $prefix = '', bool $print = true, bool $parse = true)
936 public function includeSidebar(string $prefix = '', bool $print = true, bool $parse = true) global() function in dokuwiki\\template\\mikio\\Template