Home
last modified time | relevance | path

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

/template/mikio/
H A Dmain.php41 $TEMPLATE->includePage('topheader', true, true, 'mikio-page-topheader' .
45 $TEMPLATE->includePage('header', true, true, 'mikio-page-header' .
86 $TEMPLATE->includePage('contentheader', true, true, 'mikio-page-contentheader');
90 $TEMPLATE->includePage('contentfooter', true, true, 'mikio-page-contentfooter');
124 $TEMPLATE->includePage('bottomfooter', true, true, 'mikio-page-bottomfooter');
H A Dmikio.php113 $this->includePage('theme', false);
439 public function includePage(string $page, bool $print = true, bool $parse = true, string $classWrapper = ''): string
860 $sub = $this->includePage('submenu', false);
920 $content = $this->includePage($sidebarPage . 'header', false);
939 $content = $this->includePage($sidebarPage, false);
949 $content = $this->includePage($sidebarPage, false);
955 $content = $this->includePage($sidebarPage . 'footer', false);
1214 $html .= $this->includePage('footer', false);
465 public function includePage(string $page, bool $print = true, bool $parse = true, string $classWrapper = '') global() function in dokuwiki\\template\\mikio\\Template
/template/bootstrap3/
H A 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');
H A Ddetail.php307 if ($ACT == 'show') echo $TPL->includePage('topheader');
314 if ($ACT == 'show') echo $TPL->includePage('header');
H A DTemplate.php135 public function includePage($location, $return = false)
134 public function includePage($location, $return = false) global() function in dokuwiki\\template\\bootstrap3\\Template
/template/bootstrap3/tpl/
H A Dsidebar.php31 if ($ACT == 'show') $TPL->includePage($sidebar_header);
36 if ($ACT == 'show') $TPL->includePage($sidebar_footer)
H A Dfooter.php47 echo $TPL->includePage('footer');
57 echo $TPL->includePage('footer');
H A Dmenu-user.php163 $html->load($TPL->includePage($usermenu_pageid, true), true, false);