<?php

include "classes/html.class.php";
$html = new html("home");

?>

<div class="center_screen">
    <?php
    $html->block('add_users.php', "USERS");
    $html->block('add_clients.php', "CLIENTS");
    $html->block('add_variety.php', "VARIETY");
    ?>
</div>
