templates/components/footer.html.twig line 1

  1. {% if inverseFooterColor %}
  2. <div>
  3.     <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1200 120" preserveaspectratio="none">
  4.         <path
  5.             d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
  6.             class="shape-fill"></path>
  7.     </svg>
  8.     <div class="container-fluid sub text-center">
  9.         <div class="pt-3 pb-3" style="color:white">
  10.             © {{ "now"|date("Y") }}
  11.             <a href="#" style="color:white"><span style="font-weight: bold;color: white">Cumul</span><span
  12.                     style="color:white">Success</span> </a>
  13.             <p>Tous droits réservés. <a href="{{path('app_mentions_legales_show')}}">Mentions légales</a></p>
  14.         </div>
  15.     </div>
  16. </div>
  17. {% else %}
  18. <div class="custom-shape-divider-bottom-1672261961">
  19.     <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1200 120" preserveaspectratio="none">
  20.         <path
  21.             d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z"
  22.             class="shape-fill"></path>
  23.     </svg>
  24. </div>
  25. <footer id="footer">
  26.     <div class="container-fluid text-center" style="overflow-x: hidden;">
  27.     </div>
  28.     <div class="container-fluid sub text-center">
  29.         <div class="pt-3 pb-3">
  30.             © {{ "now"|date("Y") }}
  31.             <a href="#"><span style="font-weight: bold;">Cumul</span><span style="color:#78c2ad">Success</span> </a>
  32.             <p>Tous droits réservés. <a href="{{path('app_mentions_legales_show')}}">Mentions légales</a></p>
  33.         </div>
  34.     </div>
  35. </footer>
  36. {% endif %}