{block_decorator name='box' type='empty' addClass='ow_breadcrumb ow_stdmargin clearfix'}
{if $title != ''}{$title}{/if}
{foreach from=$items item='crumb' name='c'}
{if !empty($crumb.href)}
{$crumb.label}
{else}
{$crumb.label}
{/if}
{if !$smarty.foreach.c.last}»{/if}
{/foreach}
{/block_decorator}