I think the closure element in page.tpl.php should come right before the body, rather than being inside the last div as it is now. When I had the right sidebar enabled, my admin menu (drupal administration menu module) ended up in the right sidebar rather than being at the top of the page.

Moving the closure element fixed it.

Comments

dvessel’s picture

Status: Active » Fixed

Thanks for the heads up. The closure variable should always come right before the closing body tag. Overlooked it.

Committed in both HEAD and 6.

Status: Fixed » Closed (fixed)

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