Skip to content

Instantly share code, notes, and snippets.

@DannyNunez
Created December 17, 2012 01:13
Show Gist options
  • Save DannyNunez/4315028 to your computer and use it in GitHub Desktop.
Save DannyNunez/4315028 to your computer and use it in GitHub Desktop.
Override default Drupal breadcrumb variable with template. Just add this file to yours themes template folder.
<div class="breadcrumb"><?php print implode(' » ', $breadcrumb);?></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment