Entering the second round of searches: ``+navy +jargon'' and links to the main jargon pages.
posted by j 3/07/2000 06: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");
}
?>