<?php
include "classes/html.class.php";

$html = new html("J.C. SETTINGS");

?>
<div class="center_screen">
    <?php
    $html->block("jobcard_types.php", "Jobcard types");
    $html->block("jobcard_lists.php", "jobcard lists");
    ?>
</div>