include("weekly_config.inc");
list($width, $height, $type, $attr) = getimagesize("../../../track_logos/$weektrack.gif");
//list($twidth, $theight, $ttype, $tattr) = getimagesize("../../../race_logos/$weekrace.gif");
?>
.gif" width= echo $width ; ?> height= echo $height ; ?> alt=" echo "$weektrack" ; ?>" /> |
|
echo "$weekrace" ; ?>
if (time() < $release_date) { // defined in weekly_config.inc
?>
include("last year race results.php"); ?>
|
include("entrylist.php"); ?>
|
}
else {
?>
include("by_pos_results.php"); ?>
|
include("p10results.php"); ?>
|
}
?>