Last Updated: February 25, 2016
·
610
· zeljkoprsa

Quick and dirty CMS breadcrumbs

Just add this bit of code to display it:

echo $this->getLayout()->getBlock('breadcrumbs')->toHtml();

and you're done.