Working on the home network documentation since I've decided that the Macs should make an appearance on the network. Purchased a network card for the LC III.
posted by j 2/01/2000 10:19:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>