Skip to content

Commit

Permalink
Merge pull request SyliusCrafts#88 from oallain/use-configured-taxon
Browse files Browse the repository at this point in the history
Use configured taxon for menu
  • Loading branch information
oallain authored May 17, 2021
2 parents d9a88ee + 57c9139 commit 0d5c8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SyliusShopBundle/views/Layout/Header/_menu.html.twig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="border-top border-bottom bg-light">
<div class="container">
{{ render(url('sylius_shop_partial_taxon_index_by_code', {'code': 'category', 'template': '@SyliusShop/Taxon/_horizontalMenu.html.twig'})) }}
{{ render(url('sylius_shop_partial_channel_menu_taxon_index', {'template': '@SyliusShop/Taxon/_horizontalMenu.html.twig'})) }}
</div>
</div>

0 comments on commit 0d5c8f4

Please sign in to comment.