Software Test Report (STR) is an interesting overview of some required test process issues.
posted by j 4/03/2000 01:38:00 PM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>