Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Change breadcrumbs location

Change breadcrumbs location

Locked

Views: 1,166

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
2 Apr 2007, 9:55 AM
#1
fantasticals avatar

fantasticals

New Zenner

Join Date:
Mar 2007
Location:
Cheshire
Posts:
73
Plugin Contributions:
0

Change breadcrumbs location

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/

10 Apr 2007, 1:58 PM
#2
craftzombie avatar

craftzombie

Zen Follower

Join Date:
Jul 2006
Posts:
494
Plugin Contributions:
0

Re: Change breadcrumbs location

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.