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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupal-377898.patch | 940 bytes | peter törnstrand |
Comments
Comment #1
charlie-s commentedThis 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?
Comment #2
peter törnstrand commentedHeres a patch.
Comment #3
thedavidmeister commentedPatch 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.