<?php

include "classes/html.class.php";

$html = new html("Assets");




?>
<div class="center_screen">
    <?php
    $html->block("add_asset.php", "ADD ASSET");
    $html->block("edit_asset.php", "EDIT ASSET");
    ?>
</div>