On the site I am working on, the breadcrumb trails tend to look redundant. For example I typically see this pattern in the paths:

Home » Support » Support
Home » Sales » Sales

In both of these examples, the first item is linked but the second is not. So the first "Support" text has a hyperlink and the second does not. It would seem that:

Home » Support
Home » Sales

..would suffice. I am wondering if there is a way to do this.

Comments

danny englander’s picture

Status: Fixed » Active

Ok it turns out I had a theme override in template.php that was doing this and in the process found an even more elegant way to add classes and style breadcrumbs here as well as doing away with the redundancy:

http://drupal.org/node/339540#comment-1999280

** Note for the code from the link above, I changed all the p tags to li's and added ul tags right after the opening div and before the closing div. I also added a delimiter using » which gives you a nice double arrow between crumbs.

danny englander’s picture

Status: Active » Fixed

Status: Active » Closed (fixed)

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