Linuxiso.org -- Linux iso images for RedHat, Mandrake, SuSE, Debian, Caldera, TurboLinux, FreeBSD, etc.
posted by j 1/19/2001 05:35:00 PM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>