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 ?>