inc/footer.inc.php
author rejo
Tue, 05 Jun 2007 23:21:53 +0000
changeset 18 e96267359ab7
parent 13 2ff220cfde13
child 23 4abaed69febd
permissions -rw-r--r--
[feladat @ 65] Updated credits page.

<?

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

?>
  </div> <!-- /content -->
  <div class="footer">
   <strong>poweradmin</strong> version 1.4.0 - <a href="credits.php"><? echo _('credits'); ?></a>
  </div>
<?
if(file_exists('inc/custom_footer.inc.php')) 
{
	include('inc/custom_footer.inc.php');
}
?>
 </body>
</html>