Closed (fixed)
Project:
Zero Point
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2011 at 15:39 UTC
Updated:
30 Jul 2012 at 02:39 UTC
For accessibility purposes, we need to change the breadcrumbs from div to li. Where do I make this change in the zeropoint theme?
Thanks in advance!
Comments
Comment #1
komal.savla commentedHi,
I am not pretty sure exactly where you want the li tag i.e you want li to the outer div of breadcrumbs or to individual a tag of breadcrumbs.
To add li tag to the outer div of breadcrumbs , You can add the following code in template.php
And To add li to individual a tag of the breadcrumbs, You can add this:
Thanks,
Komal
Comment #2
tofumidget commentedWorks fabulously! Thank you, Komal!
Comment #3
florian commentedThis was fixed in 7.x-1.2 release of ZeroPoint theme.