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') ?>