// the following footwork allows us to have one copy of this file // and just make symlinks for each person. global $contents; $contents = basename(__FILE__, ".php") . ".html"; include("common/head.php"); include("common/body.php"); ?>