'; $playground=new playground($id); if($save) $playground=new playground($playground->save()); if($saveHoles) $playground=new playground($playground->saveHoles()); echo '
';
$playground->showForm(&$user);
echo '
';
?>
include('bottom.php');?>