From 1147c59fb7e73e90af06a05a0bedc9df76823baa Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Tue, 7 Nov 2023 12:04:01 +0530 Subject: [PATCH] refactor: remove the breadcrumb from the index.tpl --- templates/index.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.tpl b/templates/index.tpl index 93a01c7..09007a7 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -23,6 +23,8 @@ * International Registered Trademark & Property of PrestaShop SA *} {extends file='page.tpl'} +{block name='breadcrumb'} +{/block} {block name='page_content_container'}
{block name='page_content_top'}{/block}