* @license MIT License (https://raw.githubusercontent.com/nomadjimbob/Mikio/master/LICENSE) */ if (!defined('DOKU_INC')) die(); global $TEMPLATE; require_once('mikio.php'); header('X-UA-Compatible: IE=edge,chrome=1'); ?> <?php tpl_pagetitle() ?> [<?php echo strip_tags($conf['title']) ?>] includePage('topheader'); ?> includePage('header'); ?> includeBreadcrumbs('top'); ?> includeHero(); ?>
includeSidebar('left'); ?>
includeBreadcrumbs('page'); $TEMPLATE->includeTOC('float'); tpl_includeFile('pageheader.html'); if ($ACT == 'show') $TEMPLATE->includePage('pageheader'); tpl_content(false); tpl_includeFile('pagefooter.html'); if ($ACT == 'show') $TEMPLATE->includePage('pagefooter'); ?>
includeTOC('full'); ?> includePageTools('side'); ?>
parseContent($content); ?>