diff --git a/ChangeLog b/ChangeLog index 87959f489..8d6ea8642 100755 --- a/ChangeLog +++ b/ChangeLog @@ -16,8 +16,6 @@ $Source$ detection to only place where it is currently used. * header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not by writing through JavaScript. - * footer.inc.php, header.inc.php: Include JavaScript in header and not in - footer. 2005-10-13 Sebastian Mendel * left.php: preselect db if only one db diff --git a/footer.inc.php b/footer.inc.php index 6d222badb..1c4f23e25 100644 --- a/footer.inc.php +++ b/footer.inc.php @@ -122,6 +122,7 @@ if (isset($GLOBALS['userlink']) && $GLOBALS['userlink']) { include('./config.footer.inc.php'); ?> + -