The toolbar module adds some classes to the body. It does this however even when the toolbar isn't actually shown on the page. The overlay for example removes the toolbar from its child pages.

CommentFileSizeAuthor
toolbarclassinoverlaychild.patch749 bytescasey
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aspilicious’s picture

So this is specific for overlay...

Cause on any other non overlay page

function toolbar_preprocess_html(&$vars)

won't be called if their isn't an toolbar...

If the above is true, this is RTBC

casey’s picture

Status: Needs review » Reviewed & tested by the community

That is true. thanks for reviewing.

aspilicious’s picture

casey’s picture

Status: Reviewed & tested by the community » Closed (duplicate)
Dries’s picture

Committed to CVS HEAD. Thanks.