Searched refs:includeSidebar (Results 1 – 4 of 4) sorted by relevance
93 <?php $TPL->includeSidebar('left'); // Left Sidebar ?>175 <?php $TPL->includeSidebar('right'); // Right Sidebar ?>
1331 public function includeSidebar($type) function in dokuwiki\\template\\bootstrap3\\Template
77 $TEMPLATE->includeSidebar();114 $rightsidebar = $TEMPLATE->includeSidebar('right');
990 …public function includeSidebar(string $prefix = '', bool $print = true, bool $parse = true): string function in dokuwiki\\template\\mikio\\mikio