NickyDee
12-23-2010, 06:44 PM
So I would like to edit the order of the breadcrumb on a custom vb4 page. Right now i'm using this code on my PHP page to generate the navbits...
$navbits = construct_navbits(array('' => 'page_name'));
Which produces a breadcrumb like [Home Icon] > [page_name]
I would like to change it so instead it looks like [Home Icon] > [other_page] > [page_name]
Any ideas how?
$navbits = construct_navbits(array('' => 'page_name'));
Which produces a breadcrumb like [Home Icon] > [page_name]
I would like to change it so instead it looks like [Home Icon] > [other_page] > [page_name]
Any ideas how?