// added tpl in AdminTrackingController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10366 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-11-21 17:11:51 +00:00
parent 2190551536
commit e902d3e1dd
@@ -19,13 +19,13 @@
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2011 PrestaShop SA
* @version Release: $Revision$
* @version Release: $Revision: 9639 $
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
<h2 class="space">{l s='Catalog tracking'}</h2>
{foreach from=$arrayList item=list}
{$list}
{/foreach}
{extends file="helper/list/list_header.tpl"}
{block name="override_header"}
<h2>{$sub_title}</h2>
{/block}