, Jam Warehouse (Pty) Ltd, South Africa * @package presentation.lookAndFeel.knowledgeTree.administration */ if(checkSession()) { require_once("$default->fileSystemRoot/presentation/webpageTemplate.inc"); $sCenter = "\n"; $sCenter .= renderHeading("Administration"); $sCenter .= "\n"; $sCenter .= "\n"; $sCenter .= "
Welcome to the Administration Section
Please make a selection from the sidemenu.
"; $oPatternCustom = & new PatternCustom(); $oPatternCustom->setHtml($sCenter); $main->setCentralPayload($oPatternCustom); $main->render(); } ?>