1 2 3 4 5 6 7 8 9
<? $module = array("admin" => "about_admin"); function about_admin() { print "under construction"; } ?>