Trying to find a solution to the Mac 7.6 installation. NFS seems to be out. FTP doesn't allow a drive access. SMB is what I'm trying to get running. May try using a trial Netware client download.
posted by j 2/21/2000 12:58:00 PM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>