. */ define("ROOTPATH", "../"); require_once(ROOTPATH . "include/include.php"); $layout = new AdminLayout(); $layout->init(); $layout->pageHeader(); $layout->debug("EVENT_ID: " . EVENT_ID); $layout->debug("EVENT_TITLE: " . EVENT_TITLE); $layout->debugArray($_SESSION); $layout->pageFooter(); ?>