I want to create breadcrumb.. i have the uri values in the array as shown.. how can i canvert it into breadcrumb?
Array
(
[Computers] => Computers
[Internet] => Internet
[Domain] => Domain
)
The uri is:
/Computers/Internet/Domain.html
I want the breadcrumb to look like:
home > Computers > Internet > Domain
the links should be in this format:
/computers.html > for Computers
/computers/intranet.html > for Intranet
/computers/intranet/domain.html > Domain
Many Thanks in advance.