|
If you’d like the breadcrumbs on every page you need to edit your phtml template files. eg: /template/page/3columns.phtml, /template/page/2columns-left.phtml, /template/page/2columns-right.phtml, etc.. depending which templates you want breadcrumbs on.
From here you need to add
<?php echo $this->getChildHtml('breadcrumbs') ?>
Where you would like the breadcrumbs to go.
|