HAKMEM -- CONTENTS -- DRAFT, NOT YET PROOFED from the jargon file.
posted by j 11/27/2000 02:35:00 PM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>