Worked a bit with the MKS bug tracking system. Odd that one gets a 404 in MSIE 5.
posted by j 1/26/2000 05:17:00 PM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>