Support Forum
I see on this sp_BreadCrumbs page the following:
icon => sp_ArrowRight.png, Filename for icon displayed
My assumption is that with this argument, I can change the icon that goes to the left of each breadcrumb level with an ArrowRight image. Is that true?
If it is true, I can't figure out how to incorporate it with my head.php coding of sp_BreadCrumbs. Here's what I have:
sp_BreadCrumbs('tagClass=spLeft spBreadCrumbs&tree=0&truncate=40');
So I tried including the argument in the line like this:
sp_BreadCrumbs('tagClass=spLeft spBreadCrumbs&tree=0&truncate=40&icon=sp_ArrowRight.png');
and it didn't do anything. Still see the default icon.
What am I missing?
not sure what you are doing... sp_ArrowRight.png is the default image... so you would need to change the name to the image file you want to use instead... adding it to the argument list with the same name as the default wont change it...
so add the image you want to use into the theme images folder and then add the name of to the arg... something like
sp_BreadCrumbs('tagClass=spLeft spBreadCrumbs&tree=0&truncate=40&icon=myArrowRight.png');
Visit Cruise Talk Central and Mr Papa's World
good to hear! thanks for the update...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)