From d3c66676a7d5789c7921ebfd7ab83e8d405739dc Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 13 Mar 2003 20:23:30 +0000 Subject: [PATCH] Fixed CSS link. --- ChangeLog | 2 ++ libraries/header_meta_style.inc.php3 | 2 +- libraries/transformations/overview.php3 | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b430b2423..c5f8337a0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ $Source$ 2003-03-13 Alexander M. Turek * server_status.php3: Fixed the Garvin's calculations. * server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta. + * libraries/header_meta_style.inc.php3, + libraries/transformations/overview.php3: Fixed CSS link. 2003-03-13 Marc Delisle * libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers diff --git a/libraries/header_meta_style.inc.php3 b/libraries/header_meta_style.inc.php3 index 341011a05..89d4f13eb 100644 --- a/libraries/header_meta_style.inc.php3 +++ b/libraries/header_meta_style.inc.php3 @@ -28,4 +28,4 @@ if (!empty($GLOBALS['cfg']['PmaAbsoluteUri'])) { echo '' . "\n"; } ?> - + diff --git a/libraries/transformations/overview.php3 b/libraries/transformations/overview.php3 index 0c37ba10b..dfca2f868 100644 --- a/libraries/transformations/overview.php3 +++ b/libraries/transformations/overview.php3 @@ -6,6 +6,7 @@ * Change to basedir for including/requiring other fields */ chdir('../../'); +define('PMA_PATH_TO_BASEDIR', '../../'); // rabus: required for the CSS link tag. /** * Don't display the page heading @@ -56,7 +57,7 @@ while(list($key, $mimetype) = each($types['mimetype'])) { - +