D7 core's theme_breadcrumb() hard-codes the breadcrumb's header text and header classes. Currently, zen overrides that theme function in zen_breadcrumb(), but retains the hard-coded header info.

Some themes, like Austin, want to override just the header text and the header classes (so that the header is no longer invisible). But the only way they can do that now is to override the entire function and make tweaks. It would be nice if they could do that with a preprocess function instead.

Comments

JohnAlbin’s picture

Status: Active » Fixed

The docs for zen_breadcrumb have been updated along with its internal code.

Fixed. http://drupal.org/cvs?commit=501962

Status: Fixed » Closed (fixed)

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