';
if ($showSidebar === true) {
$TEMPLATE->includeSidebar();
}
echo '
';
echo '';
if ($ACT === 'show' && $TEMPLATE->getConf('youareherePosition') === 'page') {
$TEMPLATE->includeYouAreHere();
}
if ($ACT === 'show' && $TEMPLATE->getConf('breadcrumbPosition') === 'page') {
$TEMPLATE->includeBreadcrumbs();
}
$TEMPLATE->showMessages();
echo '';
$TEMPLATE->includeTOC();
if ($ACT === 'show') {
$TEMPLATE->includePage('contentheader', true, true, 'mikio-page-contentheader');
}
$TEMPLATE->includeContent();
if ($ACT === 'show') {
$TEMPLATE->includePage('contentfooter', true, true, 'mikio-page-contentfooter');
}
echo ' ';
echo '
';
$showPageTools = $TEMPLATE->getConf('pageToolsFloating');
if (
$ACT === 'show' && ($showPageTools === 'always' || $TEMPLATE->userCanEdit() === true &&
$showPageTools === 'page editors')
) {
$TEMPLATE->includePageTools(true, true);
}
$rightsidebar = '';
if ($showSidebar === true) {
$rightsidebar = $TEMPLATE->includeSidebar('right');
}
echo '