Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2010 at 21:27 UTC
Updated:
9 Aug 2010 at 20:10 UTC
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 » SalesIn 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
Comment #1
danny englanderOk 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.Comment #2
danny englander