Was reviewing the UW Libraries for a book on north Indian salt stories that I read in '96 or so.This was brough on by research into uses for salt (since I have a sore throat).
posted by j 2/23/2001 08:45:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>