Use the following code to print the breadcrumbs of the current page.
<?php print theme('breadcrumb', array('breadcrumb' => drupal_get_breadcrumb())); ?>
Done =)
Reference: StackOverflow – Get $breadcrumb variable in toolbar.tpl.php – Drupal 7
Use the following code to print the breadcrumbs of the current page.
<?php print theme('breadcrumb', array('breadcrumb' => drupal_get_breadcrumb())); ?>
Done =)
Reference: StackOverflow – Get $breadcrumb variable in toolbar.tpl.php – Drupal 7