Closed (works as designed)
Project:
Taxonomy Breadcrumb
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2008 at 19:42 UTC
Updated:
12 Jan 2009 at 04:05 UTC
Has anyone managed to use an image for the breadcrumb separator? I realize it would probably require hacking the module or a template somewhere, but I'm not sure where this would need to be done.
Comments
Comment #1
weedoo commentedYou need to override the theme_breadcrumb() function like that in your template.php file
Where you see the '»' sign you can put something like '
'
Refer to this
Hope this helps you. Note, you can override all theme function the same way
Comment #2
MGN commentedAgree more or less with weedoo - this isn't a taxonomy breadcrumb issue, unless the separator was somehow tied to the taxonomy term?