reading through perlfaq - frequently asked questions about Perl ($Date: 1997/03/17 22:17:56 $)
posted by j 1/03/2001 11:18:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>