Utilities Disk Copy from TUCOWS Macintosh Compression
posted by j 1/02/2001 08:51:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>