templates/bundles/SyliusShopBundle/Layout/Footer/Grid/_plus.html.twig line 1

Open in your IDE?
  1. <div class="column Footer_Grid_plus">
  2.     <a href="https://fntv.fr" target="_blank" style="display: inline-block; text-align: center;">
  3.         <img class="ui fluid image" style="max-width: 170px;" src="{{ theme('logo-footer-fntv.svg') }}" alt="FNTV">
  4.     </a>
  5.     <div class="Footer_Grid_plus--content">
  6.         <span>FNTV-Services</span>
  7.         <span>14 bis rue Daru – 75008 Paris</span>
  8.         <span>Tél. : <a href="tel:+33140826272">01 40 82 62 72</a></span>
  9.         <span><a href="mailto:contact.fntvservices@fntv.fr">contact.fntvservices@fntv.fr</a></span>
  10.     </div>
  11. </div>