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

// bugfix helperList 

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9882 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2011-11-04 11:10:12 +00:00
parent 845d741024
commit 56e698165c
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}