Skip to content

Commit

Permalink
OP-320: fix path in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Jun 19, 2024
1 parent 78a1640 commit 4e75b65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<div class="ui large stackable menu">
{{ render(url('sylius_shop_partial_taxon_index_by_code', {'code': 'category', 'template': '@SyliusShop/Taxon/_horizontalMenu.html.twig'})) }}
{{ render(path('bitbag_sylius_cms_plugin_shop_page_show_link_by_code', {'code' : 'about', 'template' : '@BitBagSyliusCmsPlugin/Shop/Page/Show/_link.html.twig'})) }}
<a href="{{ path('bitbag_sylius_cms_plugin_shop_page_index_by_section_code', {'sectionCode' : 'blog'}) }}"
<a href="{{ path('bitbag_sylius_cms_plugin_shop_page_index_by_collection_code', {'collectionCode' : 'blog'}) }}"
class="item">
Blog
<span class="ui teal label">NEW</span>
Expand Down

0 comments on commit 4e75b65

Please sign in to comment.