function system_region_list($theme_key) has been implemented in system.module and makes SQL calls to determine what regions a theme has available. Surely this should be supplied by the theme, or at least the theme engine, probably called with theme('list_regions')?
Comments
Comment #1
djnz commentedRegions now work much better so this is no longer a problem - closed.
Comment #2
Scheepers de Bruin commentedI agree with the first post. I am having a _nightmare_ trying to get the theme to provide its own regions using theme settings, without having to dynamically rewrite the .info file
Comment #3
mdupontWon't happen in D6 now. Besides, contrib modules such as CTools and Panels can help in such situations.