You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<span class="categpath">
|
|
|
{foreach name=u key=k item=i from=$catp}
|
|
|
{if $catpathShowLink}
|
|
|
<a class="categpath" href="{$k|sefurl:category:'':'':y:$i}" title="{tr}Browse Category{/tr}">{$i|tr_if|escape|replace:' ':' '}</a>{if !$smarty.foreach.u.last} {$prefs.site_crumb_seper|escape:"html"} {/if}
|
|
|
{else}
|
|
|
{$i|tr_if|escape|replace:' ':' '} {if !$smarty.foreach.u.last} {$prefs.site_crumb_seper|escape:"html"} {/if}
|
|
|
{/if}
|
|
|
{/foreach}
|
|
|
</span>
|