<!--The Footer begins -->
<?php
//To close the DB connection if opened
//Unless needed in the footer
if($DBuse == yes)
{
mysql_close($dbc);
}
?>
</div>
<br />
<br />
<div id="footer">
<table border="0" cellspacing="6">
<tr><!-- The Bottom Row -->
<td><font size="2">Version 1.1 | </font></td>
<td><font size="2">A Vas Kaloidis Project | </font></td>
<td><font size="2">Powered by <b>Guava</b></font></td>
</tr>
</table>
</div>
</div>
</body>
</html>