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.
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?