I'm using D7.17. I cannot see breadcrumb with this theme. Breadcrumb feature implemented?

I found decision:

you need to put the following code in file page.tpl.php:

 print  theme('breadcrumb', array('breadcrumb'=>drupal_get_breadcrumb())); 

Find this file in the following directory:
sites\all\themes\zircon\tpl

depending on place where you put this code - you will see breadcrumbs in different location.
I put this code twice to see breadcrumbs on top and on bottom of main content.

Comments

andrey.naumoff’s picture

Issue summary: View changes

I have the same problem. 2 years left.

andrey.naumoff’s picture

To solve this issue:
we need to put the following code in file page.tpl.php:

 print  theme('breadcrumb', array('breadcrumb'=>drupal_get_breadcrumb())); 

Find this file in sites directory:
/sites/all/themes/zircon/tpl/

Depending on where you put this code - you will get different breadcrumbs location.
I put this code in 2 places - on the top and on the bottom of main content.

andrey.naumoff’s picture

Issue summary: View changes
andrey.naumoff’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.