Currently trying to develop the disaster recovery program for the unix boxes. Unix System Administrator's Resources had some nice links.
posted by j 3/20/2000 11:40:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>