<?php
/**
* @version $Id: menu.php,v 1.1 2003/11/23 06:05:36 freedev Exp $
* @author Vincenzo D'Amore <hide@address.com>
* @package wa_base
*/
/**
*
*/
require_once("./wacommon.inc.php");
require_once("./includes/databases.inc.php");
CheckSession();
PrintHTMLHeader("Menu", "");
?>
<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>