What are regions
Assigning content to regions
Task · Concept · How do I add content to a theme region · How do I set up regions in a theme · What are regions · Themers · Drupal 6.x · No known problems
Last modified: October 29, 2009 - 08:36
Regions are areas in a theme that are available for adding blocks and content to. The regions available in the theme are defined within .info files. They are specified with the key of 'regions' followed by the internal "machine" readable name in square brackets and the human readable name as the value, e.g., regions[theRegion] = The region label.
