refactor: add the home page hook

dev
Dinesh Salunke 2023-11-03 15:18:44 +05:30
parent cd6482e24a
commit 2fb9d7238d
1 changed files with 12 additions and 1 deletions

View File

@ -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'}
<section id="content" class="page-home">
{block name='page_content_top'}{/block}
{block name='page_content'}
{block name='hook_home'}
{$HOOK_HOME nofilter}
{/block}
{/block}
</section>
{/block}