<?
$module = array("admin" => "about_admin");
function about_admin() {
print "under construction";
}
?>