* @license MIT License (https://raw.githubusercontent.com/nomadjimbob/Mikio/master/LICENSE) */ if (!defined('DOKU_INC')) die(); require_once('mikio.php'); global $TEMPLATE, $ACT, $conf; header('X-UA-Compatible: IE=edge,chrome=1'); ?> ' . $TEMPLATE->includePageTitle('', FALSE) . '' ?> includePage('topheader'); if($content != '') echo '
' . $content . '
'; // TODO is this still needed? //if ($ACT == 'show') //$TEMPLATE->includePage('topheader'); ?> includeNavbar(); ?> includePage('header'); ?> getConf('breadcrumbPos') == 'top' || $ACT == 'admin') $TEMPLATE->includeBreadcrumbs(); ?> includeHero(); ?>
includeSidebar() ?>
getConf('breadcrumbPos') == 'page') $TEMPLATE->includeBreadcrumbs(); tpl_includeFile('pageheader.html'); if ($ACT == 'show') $TEMPLATE->includePage('pageheader'); echo '
'; $TEMPLATE->includeTOC(); $TEMPLATE->includeContent(TRUE); echo '
'; tpl_includeFile('pagefooter.html'); if ($ACT == 'show') $TEMPLATE->includePage('pagefooter'); ?>
getConf('pageToolsHide') && (!$TEMPLATE->getConf('pageToolsHideNoEdit') || $TEMPLATE->userCanEdit()) && (!$TEMPLATE->getConf('pageToolsHideGuest') || ($USERINFO))) { $TEMPLATE->includePageTools(TRUE, TRUE); } ?> includeSidebar('right') ?>
includeFooter(); ?>