Closed (fixed)
Project:
Zen
Version:
7.x-3.x-dev
Component:
PHP Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Feb 2011 at 09:16 UTC
Updated:
4 Mar 2011 at 07:51 UTC
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
Comment #1
johnalbinThe docs for zen_breadcrumb have been updated along with its internal code.
Fixed. http://drupal.org/cvs?commit=501962