<?php

include "classes/html.class.php";

$html = new html("farm sections");


?>
<div class="center_screen">
    <?php
    $html->block('add_farm_section.php', "add");
    $html->block('edit_farm_section.php', "edit");
    ?>
</div>