From e890f9c30248b35b978d7f018bbf4a3735697132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20S=C4=99k?= Date: Fri, 8 Nov 2024 13:45:55 +0100 Subject: [PATCH] Fix missing taxon header --- .../templates/product/index/content/body/main/header.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/header.html.twig b/src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/header.html.twig index 5d9f734d21..58b8532996 100644 --- a/src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/header.html.twig +++ b/src/Sylius/Bundle/ShopBundle/templates/product/index/content/body/main/header.html.twig @@ -1,3 +1,3 @@
- {% hook 'sylius_shop.product.index.page.body.main.header' with { taxon } %} + {% hook 'sylius_shop.product.index.content.body.main.header' with { taxon } %}