Searched refs:includePage (Results 1 – 8 of 8) sorted by relevance
| /template/mikio/ |
| H A D | main.php | 46 $TEMPLATE->includePage('topheader', true, true, 'mikio-page-topheader' . 50 $TEMPLATE->includePage('header', true, true, 'mikio-page-header' . 94 $TEMPLATE->includePage('contentheader', true, true, 'mikio-page-contentheader'); 98 $TEMPLATE->includePage('contentfooter', true, true, 'mikio-page-contentfooter'); 133 $TEMPLATE->includePage('bottomfooter', true, true, 'mikio-page-bottomfooter');
|
| H A D | mikio.php | 124 $this->includePage('theme', false); 456 …public function includePage(string $page, bool $print = true, bool $parse = true, string $classWra… function in dokuwiki\\template\\mikio\\mikio 951 $sub = $this->includePage('submenu', false); 1011 $content = $this->includePage($sidebarPage . 'header', false); 1036 $content = $this->includePage($sidebarPage, false); 1046 $content = $this->includePage($sidebarPage, false); 1052 $content = $this->includePage($sidebarPage . 'footer', false); 1351 $html .= $this->includePage('footer', false);
|
| /template/bootstrap3/ |
| D | main.php | 49 if ($ACT == 'show') $TPL->includePage('topheader'); 56 if ($ACT == 'show') $TPL->includePage('header'); 111 if ($ACT == 'show') $TPL->includePage('pageheader'); 146 if ($ACT == 'show') $TPL->includePage('pagefooter');
|
| D | detail.php | 307 if ($ACT == 'show') echo $TPL->includePage('topheader'); 314 if ($ACT == 'show') echo $TPL->includePage('header');
|
| D | Template.php | 135 public function includePage($location, $return = false) function in dokuwiki\\template\\bootstrap3\\Template
|
| /template/bootstrap3/tpl/ |
| D | sidebar.php | 31 if ($ACT == 'show') $TPL->includePage($sidebar_header); 36 if ($ACT == 'show') $TPL->includePage($sidebar_footer)
|
| D | footer.php | 47 echo $TPL->includePage('footer'); 57 echo $TPL->includePage('footer');
|
| D | menu-user.php | 182 $html->load($TPL->includePage($usermenu_pageid, true), true, false);
|