diff --git a/templates/index.tpl b/templates/index.tpl index 106fea8..93a01c7 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -22,4 +22,15 @@ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} -{extends file=$layout} +{extends file='page.tpl'} +{block name='page_content_container'} +
+ {block name='page_content_top'}{/block} + + {block name='page_content'} + {block name='hook_home'} + {$HOOK_HOME nofilter} + {/block} + {/block} +
+{/block}