Home
last modified time | relevance | path

Searched refs:includePage (Results 1 – 8 of 8) sorted by relevance

/template/mikio/
H A Dmain.php46 $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 Dmikio.php124 $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/
Dmain.php49 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');
Ddetail.php307 if ($ACT == 'show') echo $TPL->includePage('topheader');
314 if ($ACT == 'show') echo $TPL->includePage('header');
DTemplate.php135 public function includePage($location, $return = false) function in dokuwiki\\template\\bootstrap3\\Template
/template/bootstrap3/tpl/
Dsidebar.php31 if ($ACT == 'show') $TPL->includePage($sidebar_header);
36 if ($ACT == 'show') $TPL->includePage($sidebar_footer)
Dfooter.php47 echo $TPL->includePage('footer');
57 echo $TPL->includePage('footer');
Dmenu-user.php182 $html->load($TPL->includePage($usermenu_pageid, true), true, false);