Comments

johnbarclay’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Category: task » feature
mgifford’s picture

There is a patch to start with - http://drupal.org/node/394186#comment-2878398

However, not sure how many d7 sites are going to start with Garland.

johnbarclay’s picture

Status: Active » Needs review

To fix this I had to allow accessible fix to use hook_theme_registry_alter for the current theme. The override template is accessible_fix/theme_overrides/breadcrumb.tpl.php This is in head.

There is no U.I. for turning this on or off, which I think is ok.

mgifford’s picture

It would be difficult if a theme were already using a customized breadcrumb template. Is this just for garland or for core?

johnbarclay’s picture

Its just for garland. The ui for the template function overrides should be the same as the .tpl overrides. They have the same behavior. I'll at this as a todo.

mgifford’s picture

Issue summary: View changes
Status: Needs review » Active