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

djnz’s picture

Version: x.y.z » 6.x-dev
Assigned: Unassigned » djnz
Status: Active » Closed (fixed)

Regions now work much better so this is no longer a problem - closed.

Scheepers de Bruin’s picture

Status: Closed (fixed) » Active

I 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

mdupont’s picture

Assigned: djnz » Unassigned
Status: Active » Closed (won't fix)

Won't happen in D6 now. Besides, contrib modules such as CTools and Panels can help in such situations.