forked from brooksbingham/theme-elegance
refactor: add the home page hook
parent
cd6482e24a
commit
2fb9d7238d
|
@ -22,4 +22,15 @@
|
||||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
|
||||||
* International Registered Trademark & Property of PrestaShop SA
|
* 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}
|
||||||
|
|
Loading…
Reference in New Issue