templates/bundles/SyliusShopBundle/_styles.html.twig line 1

Open in your IDE?
  1. {% set currentRoute = app.request.attributes.get('_route') %}
  2. {% if currentRoute == 'sylius_shop_homepage' %}
  3.     {{ encore_entry_link_tags('homepage', null, 'shop') }}
  4. {% else %}
  5.     {{ encore_entry_link_tags('shop-entry', null, 'shop') }}
  6. {% endif %}
  7. {{ encore_entry_link_tags('bitbag-b2b-plugin-shop', null, 'bitbag-b2b-plugin-shop') }}
  8. {{ encore_entry_link_tags('bitbag-syliusBannerPlugin-shop', null, 'bitbag-banner-plugin-shop') }}