// #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:
@@ -0,0 +1,14 @@
|
||||
{extends file="helper/list/list_header.tpl"}
|
||||
{block name=leadin}
|
||||
<div class="cat_bar2">
|
||||
{if count($categories_tree) == 0}
|
||||
<img src="../img/admin/home.gif" alt="" /> {l s='Home'}
|
||||
{else}
|
||||
<img src="../img/admin/home.gif" alt="" /> {l s='Home'} >
|
||||
|
||||
{foreach $categories_tree key=key item=category}
|
||||
{$category.name}
|
||||
{/foreach}
|
||||
{/if}
|
||||
</div>
|
||||
{/block}
|
||||
Reference in New Issue
Block a user