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

Open in your IDE?
  1. <div class="right">
  2.     {% if app.request.get('_route') == 'sylius_shop_homepage' %}
  3.         <h1>{{ 'app.front.header.servir'|trans }}</h1>
  4.     {% else %}
  5.         <p>{{ 'app.front.header.servir'|trans }}</p>
  6.     {% endif %} 
  7.     {% if is_mobile() %}        
  8.         <a href="tel:0297591423">
  9.             <i class="icon phone"></i>
  10.             <span>02 97 59 14 23</span>
  11.         </a>
  12.     {% else %}
  13.         <a class="openfreshdesk" href="{{ path('app_formulairecontact') }}">
  14.             <i class="icon phone"></i>
  15.             <span>02 97 59 14 23</span>
  16.         </a>
  17.     {% endif %} 
  18. </div>