// fix links in main menu,
// + moved tab AdminTracking.php to AdminTrackingController.php git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8894 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
{/if}
|
||||
{foreach $tabs AS $t}
|
||||
<li class="submenu_size {if $t.current}active{/if}" id="maintab{$t.id_tab}">
|
||||
<a href="index.php?controller={$t.class_name}&token={$t.token}">
|
||||
<a href="{$t.href}">
|
||||
<img src="{$t.img}" alt="" /> {$t.name}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<h2 class="space">{l s='Catalog tracking'}</h2>
|
||||
{$categories}
|
||||
{$products_disabled}
|
||||
{$products_nostock}
|
||||
{$attributes_nostock}
|
||||
Reference in New Issue
Block a user