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

Open in your IDE?
  1. <div class="column Footer_Grid_legalNotice">
  2.     <ul class="Footer_Grid_legalNotice--list">
  3.         {# <li class="Footer_Grid_legalNotice--item">
  4.             <a href="{{ path('sylius_shop_contact_request') }}">{{ 'sylius.ui.contact_us'|trans }}</a>
  5.         </li>
  6.         <li class="Footer_Grid_legalNotice--item">
  7.             <a href="{{ path('monsieurbiz_cms_page_show', {'slug': 'conditions-generales-de-vente'}) }}">{{ 'sylius.ui.terms_and_conditions'|trans }}</a>
  8.         </li>
  9.         <li class="Footer_Grid_legalNotice--item">
  10.             <a href="{{ path('monsieurbiz_cms_page_show', {'slug': 'mentions-legales'}) }}">Mentions légales</a>
  11.         </li> #}
  12.         <li class="Footer_Grid_legalNotice--item">
  13.             <a href="{{ path('monsieurbiz_cms_page_show', {'slug': 'plan-du-site'}) }}">{{ 'sylius.ui.sitemap'|trans }}</a>
  14.         </li>
  15.         <li class="Footer_Grid_legalNotice--item">© FNTV {{"now"|date("Y")}}</li>
  16.     </ul>
  17. </div>