System setup: WinXP SP2, Apache 2.0.55, PHP 5.1.2
I access phpMyAdmin v2.8.0 from:
http://localhost/utils/phpMyAdmin-dev/
I moved the themes directory to:
http://localhost/utils/phpMyAdmin-themes/2.3/
I have selected the darkblue_orange theme. It seems to
only partially work. Images in <img> tags seem to work
correctly, but images set in css files seem to have
hardcoded src attributes without using the
$pmaThemeImage variable. I searched for the string
"/themes/original/" in the php files and found it 48
times in 4 files. 26 were in the
"css\phpmyadmin.css.php" script.
Hope this helps. Thanks for all the great work on this
wonderful project!
Logged In: YES
user_id=838923
Yes, the included themes and pretty much all of the
additionally available themes hard-code the location of
the themes directory and do not respect the relevant
configuration directive, making the configuration
directive unusable. This has bugged me for a very long
time. In the end settled for not moving the themes
directory after all but it would be better to fix the
themes to respect the configured themes location.