From b3284f013b58b4b48719fc358285a4bec0eb8117 Mon Sep 17 00:00:00 2001 From: Marek Rzytki Date: Thu, 20 Jun 2024 13:06:16 +0200 Subject: [PATCH] Fix missing breadcrumbs on taxon page --- src/Resources/views/Shop/Product/index.html.twig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Resources/views/Shop/Product/index.html.twig b/src/Resources/views/Shop/Product/index.html.twig index d3471145..991f7467 100644 --- a/src/Resources/views/Shop/Product/index.html.twig +++ b/src/Resources/views/Shop/Product/index.html.twig @@ -6,10 +6,8 @@ {% import '@SyliusUi/Macro/pagination.html.twig' as pagination %} {% block content %} -

- {{ taxon.name }} -
{{ taxon.description }}
-

+ {% include '@SyliusShop/Product/Index/_header.html.twig' %} + {{ form_start(form, {'method': 'GET', 'attr': {'class': 'ui loadable form'}}) }}