Active
Project:
Administration theme
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jan 2011 at 11:55 UTC
Updated:
17 Jul 2013 at 12:07 UTC
Jump to comment: Most recent file
Comments
Comment #1
davyvdb commentedThis module handles the administration theme, not the overlay.
Comment #3
mstrelan commentedTo me it makes sense for this module to co-operate with overlay. It is not a matter of this module not providing a feature, it is a matter of this module breaking a feature. In the screenshot below notice the space above the admin menu, and the lack of overlay on a page that should appear in the overlay.
Comment #4
mstrelan commented#1169228: Use Drupal's new hook_admin_paths() should solve this issue.
@Mamoun - in the mean time you can implement the hook in your own custom module. For example here is the code I am using.
Comment #5
junetellain626 commentedTo answer Mamoun's issue, use this module together with overlay paths module. Works like a charm. :)