<?PHP error_reporting(E_ALL); include('classes/core.php'); //W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script language="JavaScript" src="js/functions.js"></script> <script language="JavaScript" src="js/ajax-functions.js"></script> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>ClimatePortal VU</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <link href="style.css" rel="stylesheet" type="text/css" media="screen" /> </head> <body> <?php include "_site_navigation.php"; ?> <!-- start page --> <div id="page"> <?PHP include(core->Navigation->includePage()); ?> </div> <!-- end page --> <?php include "_site_footer.php"; ?> </body> </html>
(C) A. Eliƫns 2/9/2007
You may not copy or print any of this material without explicit permission of the author or the publisher.