Drupal 7 – Get the current breadrumbs

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

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.