.
*/
include("./include/include.php");
require_once("./include/classes/Layout.php");
$layout = new Layout(Access::ANONYMOUS);
$layout->init();
$layout->addSideMenu("./", "Home");
$layout->addSideMenu("./vars.php", "Session vars");
$layout->echoln(_("Welcome at the new IT system daring stranger!
"));
$layout->echoln(_("Burak, Daniele, Julien, Kestutis, Manos, Mehmet, Michal, Wim were here!
"));
$layout->echoln(_("09-10/07/2011 @ the Hacking Weekend @ the CD House!
"));
$layout->echoln(_("Frantisek, George, Lidia, Maarten, Manos, Nejc, Tigran were here!
"));
$layout->echoln(_("Stay hungry, stay foolish - be a hacker !!
"));
$layout->echoln(_("07-15/07/2012 @ Hack your Summer @ Kefalonia!
"));
$layout->page_footer();
?>