<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" 
   xml:lang="en" lang="en" >
   
<head>
<title>TITLE</title>
<link rel="stylesheet" type="text/css" href="/tube/css/general.css" />
</head>

<body>

<div id="main">
<h1><a href="/cms">GeoGebra<span></span></a></h1>

<?php require_once('navigation.php') /* path should point to the GeoGebra.org root dir ?>

<ul class="menu" id="submenu">
<!-- Submenu entries here -->
<!-- example:
	<li><a href="URL">Test</a></li>
-->
</ul>

<div id="content">

<!-- use <h2> and upwards for headings, all styles included in general.css -->

</div>
</div>

<div id="footer">
<!-- Copyright information etc -->
</div>

</body>
</html>
