// *******************************************************************
// include/about.php
// *******************************************************************
$htmlsrc = $table2 . "
| " . $about_1;
$htmlsrc .= $site_title . " |
";
echo whattable("100%","center","",$htmlsrc);
unset($htmlsrc);
$htmlsrc = $table2 . " ";
$htmlsrc .= " |
";
echo table("100%","center","",$htmlsrc);
unset($htmlsrc);
?>