The 'Region' fields (The region of the page this block should appear in), in the form, fails to show available regions for themes in /sites/all/themes folder.
I can see the // Regions to select from default theme function in the module but nothing to to select regions from themes other than the default theme. Does this mean that this function is not written yet?
Comments
Comment #1
nonsieVariable names have changed some, replace global $theme with $theme_key
Comment #2
dropcube commentedI have committed a change that uses
$theme_keyinstead of$theme. Thanks.