We should definitely update Zen's page.tpl.php to use some/all of the markup in the newly updated D7 page.tpl.

See #367299: Update and polish default page.tpl.php and associated css

Comments

johnalbin’s picture

Status: Active » Fixed
  1. Renamed #page and #page-inner to #page-wrapper and #page.
  2. Added <span> around site name.
  3. Moved #skip-to-nav styling to pages.css.
  4. Removed #navigation link anchor.
  5. Renamed div#header-inner to div.section which can be themed with #header .section.
  6. Renamed #main and #main-inner to #main-wrapper and #main.
  7. Renamed div#content-inner to div.section which can be themed with #content .section.
  8. Removed #content-header div.
  9. Added $highlight region.
  10. Renamed #navbar div to #navigation.
  11. Renamed $navbar region to $navigation.
  12. Renamed .with-navbar class to .with-navigation.
  13. Added #navigation .section div.
  14. Removed #sidebar-first, #sidebar-first-inner, #sidebar-second, #sidebar-second-inner and moved styles to .region-sidebar-first, .region-sidebar-first .section, .region-sidebar-second, .region-sidebar-second .section.
  15. Added #footer .section div.

Status: Fixed » Closed (fixed)

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