<?php
# what content are we passing to the script and echoing to the user?
$title = 'Home';
$content = 'home';
include "tables.php";
?>
