<?php

include "classes/html.class.php";

$html = new html("Assets");
?>
<div class="center_3col">
<?php
$html->block('assets.php', "ASSETS");
$html->block('asset_type.php', "asset groups");

$html->block('service_types.php', "SERVICE TYPES");
$html->block('inspection_lists.php', "INSPECTION LISTS");
?>
</div>
<br>
<br>