inc/footer.inc.php
author rejo
Wed, 27 Jun 2007 22:36:02 +0000
changeset 33 370e0d7fa3e7
parent 31 f0afd66d7ed4
child 47 ae140472d97c
permissions -rw-r--r--
[feladat @ 80] Re-added link to credits (was removed by accident as well).

<?
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> - <a href="credits.php">credits</a>
  </div>
<?
if(file_exists('inc/custom_footer.inc.php')) 
{
	include('inc/custom_footer.inc.php');
}
?>
 </body>
</html>