From cdac089aedd831229269134808bf0fcc93f155c6 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 --- 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