Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
theme system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2009 at 12:59 UTC
Updated:
13 Aug 2009 at 08:30 UTC
While writing docs for the introduction of $page_top and $page_bottom, I've stumbled on issues with how the documentation was not updated in system module's page.tpl.php, and how $page_top is not consistent with its wrapper markup to $page_bottom (which lacks any wrapper markup). We should either have suggested / default wrapper markup for both of these or none of these. The toolbar works either way.
| Comment | File | Size | Author |
|---|---|---|---|
| page-top-bottom-consistent.patch | 2.09 KB | gábor hojtsy |
Comments
Comment #1
tic2000 commentedI think no markup is the way to go.
Patch looks good to go.
Comment #2
sunyes, we can remove that.
Comment #3
dries commentedCommitted to CVS HEAD. Thanks!