inc/footer.inc.php
author rejo
Wed, 27 Jun 2007 21:33:53 +0000
changeset 31 f0afd66d7ed4
parent 26 5d63f1e71d6e
child 33 370e0d7fa3e7
permissions -rw-r--r--
[feladat @ 78] Removed version information in footer. Doesn't work. Isn't global.

<?
global $db;
if(is_object($db))
{
	 $db->disconnect();
}

?>
  </div> <!-- /content -->
  <div class="footer">
   <a href="https://rejo.zenger.nl/poweradmin/">a complete(r) <strong>poweradmin</strong></a>
  </div>
<?
if(file_exists('inc/custom_footer.inc.php')) 
{
	include('inc/custom_footer.inc.php');
}
?>
 </body>
</html>