. */ include("./include/include.php"); require_once(FILESYSTEMROOTPATH."events/include/classes/DefaultLayout.php"); $layout = new DefaultLayout(Access::ANONYMOUS); $layout->init(); if( Access::ANONYMOUS >= $_SESSION['sess_access'] ) $layout->redirect("calendarOfEvents.php"); $layout->echoln("

"._("My Events Home")."

"); $layout->echoln("this is the page for people to have their personal overview when it comes to events!"); $layout->page_footer(); ?>