When you use a different theme for the administration and you enter the url www.example.com/ADMIN (admin with all caps or even one letter capital) drupal uses the current selected theme as the admin theme and not the one selected as the Administration theme. However the administration works fine.

CommentFileSizeAuthor
#2 drupal-377898.patch940 bytespeter törnstrand

Comments

charlie-s’s picture

Version: 6.9 » 6.15

This is still an issue... albeit a minor one... but minor as it may be, I think it could be easily corrected. Is this check done in system.admin.inc?

peter törnstrand’s picture

Status: Active » Needs review
StatusFileSize
new940 bytes

Heres a patch.

thedavidmeister’s picture

Status: Needs review » Closed (won't fix)

Patch no longer applies:

error: system.module: No such file or directory

Regardless, I don't think this will make it into D6 and this logic has been replaced with path_is_admin() in D7+ so I'm closing. Re-open if you disagree and want to pursue this further.