templates/layouts/footers/footer-sm.html.twig line 1

Open in your IDE?
  1. <div class="footer--sm">
  2.     {% include 'layouts/footers/menu/menu-sm.html.twig' %}
  3.     <div class="footer--sm-copyright">
  4.         {# {{ "2tec2 copyright"|trans }} - <a href="{{ contact_url }}">{{ "Contact"|trans }}</a> - <a href="{{ path("pages_rgpd_index", { _locale: currentLocale }) }}">{{ "Privacy"|trans }}</a> & <a href="{{ path("pages_rgpd_index", { _locale: currentLocale }) }}">{{ "Cookie policy"|trans }}</a> #}
  5.         <p>{{ "2tec2 copyright"|trans }} - <a id="btn-contact-footer-cookie-sm" href="{{ contact_url }}">{{ "Contact"|trans }}</a> - <a href="https://flooringsolutions.jp/ja/policy.html">{{ "Privacy"|trans }}</a></p>
  6.     </div>
  7. </div>