templates/partials/_footer.html.twig line 1

Open in your IDE?
  1. <div class="container-fluid pfooter noEffect mt-auto">
  2.     <footer class="row justify-content-center align-items-center text-center p-3 noEffect">
  3.         <hr>
  4.         <div class="col-10 d-flex noEffect justify-content-center">
  5.             <p class="pfooter">© Kalsyma-web 2022<br> 
  6.             SIRET : 798 361 960 00031</p>
  7.         </div>
  8.         <div class="col-10 d-flex noEffect justify-content-center">
  9.             {#<a class="m-1" href="{{ path('app_confidentiality') }}">Politique de confidentialité</a>#}
  10.             <a class="m-1" href="{{ path('app_legal_notice') }}">Mentions légales</a>
  11.         </div>
  12.     </footer>
  13. </div>