Breadcrumb in Node
- Posted By:smoothdzion
- Category:Nodes, Misc
- Type:PHP
- Views:1312
Inserting a breadcrumb into a node.tpl.php.
Snippet:
Login/Register to Comment this Snippet<?php
print theme('breadcrumb', drupal_get_breadcrumb());
?>