<?php

include "classes/html.class.php";
$html = new html("home");

?>

<div class="center_screen">
    <?php
    $html->block('receive_nuts.php', "RECEIVE");
    $html->block('received_nuts.pdf.php', "REPORTS");
    ?>
</div>
