From 33e81f46d5d3cac8df0249fcc127dd28bdc3bb15 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Fri, 7 Sep 2012 09:54:06 +0000 Subject: [PATCH] // Add hook product footer in theme mobile git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17231 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/mobile/product.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/mobile/product.tpl b/themes/default/mobile/product.tpl index 71e7f98a6..409448960 100644 --- a/themes/default/mobile/product.tpl +++ b/themes/default/mobile/product.tpl @@ -159,3 +159,4 @@ {/if} +{if isset($HOOK_PRODUCT_FOOTER) && $HOOK_PRODUCT_FOOTER}{$HOOK_PRODUCT_FOOTER}{/if}