';
if($showSidebar) $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() && $showPageTools == 'page editors')) $TEMPLATE->includePageTools(TRUE, TRUE);
$rightsidebar = '';
if($showSidebar) $rightsidebar = $TEMPLATE->includeSidebar('right');
echo '