Shields UP! -- Internet Connection Security Analysis quickly checks the SECURITY of YOUR computer's connection to the Internet.
posted by j 3/13/2000 04:11:00 PM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>