oncode of WebsiteBaker
4/22/2014 - 3:20 PM

Show breadcrumbs of current site.

Show breadcrumbs of current site.

<?php

return show_menu2(
  1,
  SM2_ROOT,
  SM2_ALL,
  SM2_CRUMB|SM2_PRETTY|SM2_BUFFER,
  '<li class="[class] l[level]">[a][page_title]</a>',
  '</li>',
  '<ul class="breadcrumb">',
  '</ul>',
  false,
  false
);