--- a/inc/footer.inc.php Sun Apr 22 16:27:45 2007 +0000
+++ b/inc/footer.inc.php Mon Jun 04 18:43:11 2007 +0000
@@ -1,28 +1,5 @@
<?
-// +--------------------------------------------------------------------+
-// | PowerAdmin |
-// +--------------------------------------------------------------------+
-// | Copyright (c) 1997-2002 The PowerAdmin Team |
-// +--------------------------------------------------------------------+
-// | This source file is subject to the license carried by the overal |
-// | program PowerAdmin as found on http://poweradmin.sf.net |
-// | The PowerAdmin program falls under the QPL License: |
-// | http://www.trolltech.com/developer/licensing/qpl.html |
-// +--------------------------------------------------------------------+
-// | Authors: Roeland Nieuwenhuis <trancer <AT> trancer <DOT> nl> |
-// | Sjeemz <sjeemz <AT> sjeemz <DOT> nl> |
-// +--------------------------------------------------------------------+
-
-// Filename: footer.inc.php
-// Startdate: beginning.
-// Description: simple page footer
-// Closes the database connection.
-//
-// $Id: footer.inc.php,v 1.12 2003/05/14 22:49:56 azurazu Exp $
-//
-
-
global $db;
if(is_object($db))
{
@@ -30,10 +7,15 @@
}
?>
-<BR><BR>
-<FONT CLASS="footer">[ <A HREF="index.php?logout"><? echo _('logout'); ?></A> ] <B>PowerAdmin v1.2.7</B> :: Copyright ©
-<?= date("Y") ?> The PowerAdmin Team :: <a href="http://poweradmin.org" target="_blank">http://poweradmin.org</a>
-</FONT>
-</BODY>
-</HTML>
-
+ </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>