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