admin theme ovverrides selectable regions
masande - February 10, 2009 - 18:02
| Project: | Node As Block |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
i have my admin theme set to garland, but my default theme set to a custom theme. when i go to set the node as block options per content type, since this is an admin screen it is displayed in garland. because of this my allowable regions list is limited to those defined by garland.
this is a real problem since i have a lot of other regions defined in my custom theme are are inaccessible via this module.
i've done a little digging and it looks like this related to the init_theme() call at ~line 59 in the module. perhaps this is because it only collects info from the current page? or maybe there is a bigger issue to blame?

#1
See #478376: Save to Default Theme rather than Currently Active Theme.