Introduction (i386-specific), Diskless NetBSD HOW-TO
posted by j 5/17/2000 11:47:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>