phpmyadmin theme is not working

vod

Verified User
Joined
Oct 25, 2005
Messages
130
Hi All,

I just recently upgraded phpmyadmin to version 2.10.0.2. I used the upgrade script created by Wael (http://www.directadmin.com/forum/showthread.php?t=12099). The upgrade done succesfully. i changed the theme in config.inc.php, from 'original' to 'darkblue_orange'. Tried to login but the theme was still original. My previous installation of phpmyadmin v. 9.xx.xx worked perfectly alrite with themes.

Below is the theme section of my config.inc.php
----------------------
// custom-setup by mkkeck: 2004-05-04
// some specials for new icons and scrollings
// FIXME:
// 2004-05-08 rabus: We need to rearrange these variables.

$cfg['ShowHttpHostTitle'] = TRUE; // show HttpHost in browsers window title (true|false)?
$cfg['SetHttpHostTitle'] = ''; // if ShowHttpHostTitle=true, please set your host (server)
// or an other string, wich should be shown in browsers window title.
// If not set (or empty), the PMA will get your real Host-Adress.

$cfg['ErrorIconic'] = TRUE; // show some icons for warnings, errors and informations (true|false)?
$cfg['MainPageIconic'] = TRUE; // show icons in list on main page, on right panel top menu (server db table) and on menu tabs (true|false)?
$cfg['ReplaceHelpImg'] = TRUE; // show help button instead of strDocumentation (true|false)?

// theme manager
$cfg['ThemePath'] = './themes'; // using themes manager please set up here the path to 'themes'
// else leave empty
$cfg['ThemeManager'] = TRUE; // if you want to use selectable themes and if ThemesPath not empty
// set it to true, else set it to false (default is false);
$cfg['ThemeDefault'] = 'darkblue_orange'; // set up default theme, if ThemePath not empty
// you can set up here an valid path to themes or 'original' for
// the original pma-theme
-----------------------------------------


Any idea whats wrong with my setup?

thanks
 
Back
Top