templates/front/layouts/powered_by.html.twig line 1

Open in your IDE?
  1. <div class="poweredNetisse">
  2.     {% if infoGeneral is defined %}
  3.         <a href="{{ path('front_manage_cookies') }}" target="_blank" class="policy">{{ infoGeneral.linkConditions }}</a>
  4.     {% endif %}    
  5.     <span class="power__by_netisse">
  6.         {{ 'front.powred_by'|trans({}, 'front') }}
  7.         <a href="https://netisse.fr/" class="no-dec">
  8.                 <img src="{{ asset('img/logo.png') }}" alt="" />
  9.         </a>    
  10.     </span>
  11. </div>