templates/components/footer.html.twig line 1
{% if inverseFooterColor %}
<div>
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1200 120" preserveaspectratio="none">
<path
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"
class="shape-fill"></path>
</svg>
<div class="container-fluid sub text-center">
<div class="pt-3 pb-3" style="color:white">
© {{ "now"|date("Y") }}
<a href="#" style="color:white"><span style="font-weight: bold;color: white">Cumul</span><span
style="color:white">Success</span> </a>
<p>Tous droits réservés. <a href="{{path('app_mentions_legales_show')}}">Mentions légales</a></p>
</div>
</div>
</div>
{% else %}
<div class="custom-shape-divider-bottom-1672261961">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1200 120" preserveaspectratio="none">
<path
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"
class="shape-fill"></path>
</svg>
</div>
<footer id="footer">
<div class="container-fluid text-center" style="overflow-x: hidden;">
</div>
<div class="container-fluid sub text-center">
<div class="pt-3 pb-3">
© {{ "now"|date("Y") }}
<a href="#"><span style="font-weight: bold;">Cumul</span><span style="color:#78c2ad">Success</span> </a>
<p>Tous droits réservés. <a href="{{path('app_mentions_legales_show')}}">Mentions légales</a></p>
</div>
</div>
</footer>
{% endif %}