Sex is a utility that lets you jot down on short notice what you are thinking. (NULLSOFT.COM -- Products)
posted by j 3/14/2000 10:30:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>