Since I'm moving away from Pine with the PGP hooks, I'm trying to decide whether to go with the Mutt E-Mail Client or stick with Emacs with Mailcrypt.
posted by j 3/14/2000 08:18:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>