3Com/Palm Computing - Using Chapura's PocketMirror Conduit for Microsoft Outlook
posted by j 5/03/2000 08:07:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>