From d23d99ccb89a9bdaf27be065e9a87b8848d48b1b Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 10 Sep 2012 08:56:18 +0000 Subject: [PATCH] //added hook shopping cart on mobile theme git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17255 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/mobile/shopping-cart.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/default/mobile/shopping-cart.tpl b/themes/default/mobile/shopping-cart.tpl index 8ef068aa0..1c92bf1ec 100644 --- a/themes/default/mobile/shopping-cart.tpl +++ b/themes/default/mobile/shopping-cart.tpl @@ -1,3 +1,6 @@ +
+ {hook h="displayMobileShoppingCartTop"} +
{include file="$tpl_dir./errors.tpl"} @@ -194,3 +197,6 @@ {/if}
+
+ {hook h="displayMobileShoppingCartBottom"} +
\ No newline at end of file