topical media & game development
[] readme course(s) preface I 1 2 II 3 4 III 5 6 7 IV 8 9 10 V 11 12 afterthought(s) appendix reference(s) example(s) resource(s) _

talk show tell print

portal-index.php



  <?PHP
error_reporting(E_ALL);
include('classes/core.php');
core = new Core();
?>
<!DOCTYPE html PUBLIC "-//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.
In case of other copyright issues, contact the author.