<?php

include "classes/html.class.php";

$html = new html("events");


?>
<div class="center_screen"> 
    <?php
    $html->block('emails.php', "EMAILS");
    ?>
</div>