// #PSFV-94 AdminCategories breadcrumb in lead-in,

// bugfix helperList
This commit is contained in:
mMarinetti
2011-11-04 11:10:12 +00:00
parent 4949475fae
commit 3345e745e3
2 changed files with 21 additions and 10 deletions
@@ -0,0 +1,14 @@
{extends file="helper/list/list_header.tpl"}
{block name=leadin}
<div class="cat_bar2">
{if count($categories_tree) == 0}
&nbsp;<img src="../img/admin/home.gif" alt="" /> {l s='Home'}
{else}
&nbsp;<img src="../img/admin/home.gif" alt="" /> {l s='Home'}&nbsp;>&nbsp;
{foreach $categories_tree key=key item=category}
{$category.name}
{/foreach}
{/if}
</div>
{/block}