. */ define("ROOTPATH", "../../"); require_once(ROOTPATH . "include/include.php"); $layout = new AdminLayout(); $layout->init(); $layout->pageHeader(); $layout->echoln("Event admin page"); $layout->pageFooter(); /* include("./include/include.php"); admin_header(); if( isset($_SESSION['privstatementagree']) && $_SESSION['privstatementagree']=="ask" ) { // user should first agree to privacy statement echoln("
| "); include("./include/privacy.php"); echoln(" |