Hi,
id like to change where the breadcrumbs sit on my site, by adding them to the nav bar below the logo (with ez page on at the moment rather than in between the left and right boxes.
Any Ideas ?
http://www.fantasticals.co.uk/catalog/
Hi,
id like to change where the breadcrumbs sit on my site, by adding them to the nav bar below the logo (with ez page on at the moment rather than in between the left and right boxes.
Any Ideas ?
http://www.fantasticals.co.uk/catalog/
I did something similar to this before. Not sure if this is the right way to do it, but...
Breadcrumbs are located in
includes\templates\YOUR_TEMPLATE\common\tpl_main_page.php
I removed everything between these lines
<!-- bof breadcrumb -->
<!-- eof breadcrumb -->
and pasted them to the correct spot in
includes\templates\YOUR_TEMPLATE\common\tpl_header.php
I'm not sure how your header is set up, but mine was in a table so I just added the code to a <td> and it worked perfectly.