Breadcrumb in Node

Inserting a breadcrumb into a node.tpl.php.

Snippet:

<?php
   
print theme('breadcrumb', drupal_get_breadcrumb());
?>