//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
This commit is contained in:
vAugagneur
2012-09-10 08:56:18 +00:00
parent 2ca41bd6cd
commit d23d99ccb8
+6
View File
@@ -1,3 +1,6 @@
<div id="displayMobileShoppingCartTop">
{hook h="displayMobileShoppingCartTop"}
</div>
<div data-role="content" id="content" class="cart">
{include file="$tpl_dir./errors.tpl"}
@@ -194,3 +197,6 @@
{/if}
<br />
</div><!-- /content -->
<div id="displayMobileShoppingCartBottom">
{hook h="displayMobileShoppingCartBottom"}
</div>