Thursday, January 21, 2016

How to print drupal 7 breadcrumb in custom .tpl files?

Where-ever you can add it.
<?php print theme('breadcrumb', array('breadcrumb'=>drupal_get_breadcrumb())); ?>