Support for site configurable header and footer (patch #893477).
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
// vim: expandtab sw=4 ts=4 sts=4:
|
||||
|
||||
/**
|
||||
* In this file you may add PHP or HTML statements that will be used to define
|
||||
* the footer for phpMyAdmin pages.
|
||||
*
|
||||
* WARNING: This script has to be included at the very end of your code because
|
||||
* it will stop the script execution!
|
||||
*/
|
||||
@@ -130,6 +127,8 @@ if (isset($GLOBALS['userlink']) && $GLOBALS['userlink']) {
|
||||
}
|
||||
?>
|
||||
|
||||
<?php include('./config.footer.inc.php'); ?>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user