From f00ccc6adae2d2c11d128cce7af9b3db41dc52e5 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Fri, 3 Nov 2023 13:59:40 +0530 Subject: [PATCH] refactor: index extends page --- templates/index.tpl | 66 +-------------------------------------------- 1 file changed, 1 insertion(+), 65 deletions(-) diff --git a/templates/index.tpl b/templates/index.tpl index bba5192..106fea8 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -22,68 +22,4 @@ * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *} - - - - - {block name='head'} - {include file='_partials/head.tpl'} - {/block} - - - - - {block name='hook_after_body_opening_tag'} - {hook h='displayAfterBodyOpeningTag'} - {/block} - -
- {block name='product_activation'} - {include file='catalog/_partials/product-activation.tpl'} - {/block} - - - - {block name='notifications'} - {include file='_partials/notifications.tpl'} - {/block} - -
-
- -
- {hook h="displayWrapperTop"} -
- {block name="content_wrapper"} -
- {hook h="displayContentWrapperTop"} - {$HOOK_HOME nofilter} - {hook h="displayContentWrapperBottom"} -
- {/block} -
- {hook h="displayWrapperBottom"} -
- - - -
- - {block name='javascript_bottom'} - {include file="_partials/javascript.tpl" javascript=$javascript.bottom} - {/block} - - {block name='hook_before_body_closing_tag'} - {hook h='displayBeforeBodyClosingTag'} - {/block} - - - +{extends file=$layout}