From b1a600d1d4403444eb1e0868e72255ef23a9a045 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 14 Jun 2004 12:32:05 +0000 Subject: [PATCH] forgot this one for redesign --- libraries/auth/cookie.auth.lib.php | 135 ++++++++++++++++++++--------- libraries/left.js | 13 ++- 2 files changed, 106 insertions(+), 42 deletions(-) diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index a152e6843..bd3b59818 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -181,6 +181,10 @@ function PMA_auth() // Defines the charset to be used header('Content-Type: text/html; charset=' . $GLOBALS['charset']); + require_once('./libraries/select_theme.lib.php'); + // Defines the "item" image depending on text direction + $item_img = $GLOBALS['pmaThemeImage'] . 'item_ltr.png'; + // Title ?> phpMyAdmin <?php echo PMA_VERSION; ?> - - + + + +