<?php
/**
* @version $Id: menu.php,v 1.2 2004/02/08 20:38:31 freedev Exp $
* @author Vincenzo D'Amore <hide@address.com>
* @package wa_base
*/
/**
*
*/
require_once("./wacommon.inc.php");
require_once("./includes/databases.inc.php");
CheckSession();
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
echo '<html><head><title>Menu</title>';
PrintHTMLHeader();
echo '</head>';
?>
<body class="BodyStandard">
<?php include "header.php"; ?>
<table width="100%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td width="50%" height="50%" valign="top"> This space is available to insert dynamic contents linked to current menu.<br>.<br>.<br>. </td>
<td width="50%" valign="top"> </td>
</tr>
</table>
<?php include "footer.php"; ?>
</body>
</html>