I'm looking at Zen page.tpl.php dated 25 April 2011.
At the top of the page, it says:
* Regions:
* - $page['help']: Dynamic help text, mostly for admin pages.
* - $page['highlighted']: Items for the highlighted content region.
* - $page['content']: The main content of the current page.
* - $page['sidebar_first']: Items for the first sidebar.
* - $page['sidebar_second']: Items for the second sidebar.
* - $page['header']: Items for the header region.
* - $page['footer']: Items for the footer region.
* - $page['bottom']: Items to appear at the bottom of the page below the footer.
Should there be a line for $page['navigation'] as well? That seems to be the only similar thing that doesn't have one.
Comments
Comment #1
barrapontoThat's because John Albin copied it from core. We can do better, let's add documentation for the navigation region.
Comment #2
barrapontoComment #3
johnalbinThanks for reporting this, Jennifer!
And thanks for the patch, Capi!