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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

barraponto’s picture

That's because John Albin copied it from core. We can do better, let's add documentation for the navigation region.

barraponto’s picture

Status: Active » Needs review
JohnAlbin’s picture

Title: In page.tpl.php, $page['navigation'] exists, but isn't listed as a region in the documentation at the top. » Document $page['navigation'] in page.tpl
Status: Needs review » Fixed

Thanks for reporting this, Jennifer!

And thanks for the patch, Capi!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.