Hi,

SimpleMenu is great, but there is one imcompatibility with using an admin theme and viewing the admin/build/block-page. When SimpleMenu is installed and you have set a different theme as administration theme, you'll get the admin/build/block page themed with the admin-theme, not themed with your standard theme.

The cause for this misbehavior is, that init_theme get called too early. See the similar issues with other modules:
http://drupal.org/node/634202, http://drupal.org/node/288148

I don't know how to fix this bug, as a workaround I added admin/build/block* to the list of paths where simplemenu should not be shown which fixed it for me.

Comments

AlexisWilke’s picture

Status: Active » Fixed

This was fixed in the -dev version. It will be part of the 1.8 version which should be out soon.

Thank you.
Alexis

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.