Home
last modified time | relevance | path

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

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