themes/webapicTheme/templates/bundles/SyliusShopBundle/Layout/Topbar/_localeSwitcher.html.twig line 1

Open in your IDE?
  1. <div class="left">
  2.     {{ render(controller('sylius.controller.shop.locale_switch:renderAction')) }}
  3.     
  4.     <div class="boutique">
  5.         <a href="{{ path('app_nosboutiques') }}">
  6.                         {% if is_mobile() %}
  7.                                 <img src="{{ asset('webapic-theme/images/picto-account-store_light.svg') }}" class="ui image" />
  8.                         {% else %}
  9.                     <img src="{{ asset('webapic-theme/images/icon-boutique.svg') }}" class="ui image" />
  10.                                 {# <img src="{{ asset('webapic-theme/images/picto-location.svg') }}" class="ui image" /> #}
  11.                                 <img src="{{ asset('webapic-theme/images/picto-account-store.svg') }}" class="ui image" />
  12.                         {% endif %}      
  13.             
  14.             <span>{{ 'app.front.header.boutique'|trans }}</span>
  15.         </a>
  16.     </div>
  17. </div>