Looking at educational and end user Linux applications. SEUL had some interesting links as did the page at http://gd.tuwien.ac.at:8050/Z/3/.Maybe I'll get the Macintosh ROM for the emulator...
posted by j 1/25/2000 07:51:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>