diff --git a/admin-dev/themes/template/tracking/content.tpl b/admin-dev/themes/template/tracking/list_header.tpl similarity index 86% rename from admin-dev/themes/template/tracking/content.tpl rename to admin-dev/themes/template/tracking/list_header.tpl index b31806e3c..a94934ce5 100644 --- a/admin-dev/themes/template/tracking/content.tpl +++ b/admin-dev/themes/template/tracking/list_header.tpl @@ -19,13 +19,13 @@ * * @author PrestaShop SA * @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 *} -

{l s='Catalog tracking'}

-{foreach from=$arrayList item=list} -{$list} -{/foreach} +{extends file="helper/list/list_header.tpl"} +{block name="override_header"} +

{$sub_title}

+{/block} \ No newline at end of file