diff --git a/themes/leo_gstore/templates/layouts/layout-both-columns.tpl b/themes/leo_gstore/templates/layouts/layout-both-columns.tpl index 009218d9..b45969d9 100644 --- a/themes/leo_gstore/templates/layouts/layout-both-columns.tpl +++ b/themes/leo_gstore/templates/layouts/layout-both-columns.tpl @@ -23,8 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *} - + {block name='head'} @@ -34,15 +33,14 @@ - - + + - + {block name='hook_after_body_opening_tag'} {hook h='displayAfterBodyOpeningTag'} @@ -63,10 +61,10 @@ {include file='_partials/notifications.tpl'} {/block}
- {hook h="displayWrapperTop"} - {if isset($fullwidth_hook.displayHome) AND $fullwidth_hook.displayHome == 0} -
- {/if} + {hook h="displayWrapperTop"} + {if isset($fullwidth_hook.displayHome) AND $fullwidth_hook.displayHome == 0} +
+ {/if} {block name='breadcrumb'} {include file='_partials/breadcrumb.tpl'} {/block} @@ -83,11 +81,11 @@ {block name="content_wrapper"}
- {hook h="displayContentWrapperTop"} + {hook h="displayContentWrapperTop"} {block name="content"}

Hello world! This is HTML5 Boilerplate.

{/block} - {hook h="displayContentWrapperBottom"} + {hook h="displayContentWrapperBottom"}
{/block} @@ -101,10 +99,10 @@
{/block}
- {if isset($fullwidth_hook.displayHome) AND $fullwidth_hook.displayHome == 0} + {if isset($fullwidth_hook.displayHome) AND $fullwidth_hook.displayHome == 0} {/if} - {hook h="displayWrapperBottom"} + {hook h="displayWrapperBottom"}
{if isset($LEO_PANELTOOL) && $LEO_PANELTOOL} - {include file="$tpl_dir./modules/appagebuilder/views/templates/front/info/paneltool.tpl"} + {include file="$tpl_dir./modules/appagebuilder/views/templates/front/info/paneltool.tpl"} {/if} {if isset($LEO_BACKTOP) && $LEO_BACKTOP} -
+
{/if} @@ -130,4 +128,4 @@ {/block} - + \ No newline at end of file