SourceForge: Project Info - Emacspeak --Complete Audio Desktop
posted by j 1/17/2001 06:26:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>