The core problem that requires this module also has other side effects, e.g. Menu_MiniPanels won't work on 404 pages. Would there be cause to add hooks to deal with this, or do you think the existing core hooks would be sufficient?

Comments

damienmckenna’s picture

I was able to work around the problem for Menu_MiniPanels by putting more logic in hook_page_alter() and not relying upon hook_init() so much, so maybe other modules could go that way and there'd be no need for an extra hook? YMMV.