templates/_includes/_footer.html.twig line 1
<footer class="page-footer"><div class="container"><div class="row d-flex justify-content-center"><div class="col-lg-8 col-sm-12 footer"><a {% if pageTitle is defined and pageTitle != null and pageTitle == 'home' %}class="active"{% endif %} href="{{ path('app_home') }}">Le Forum</a><a {% if pageTitle is defined and pageTitle != null and pageTitle == 'programme' %}class="active"{% endif %} href="{{ path('app_programme') }}">Programme & infos Pratiques</a><a {% if pageTitle is defined and pageTitle != null and pageTitle == 'partenaires' %}class="active"{% endif %} href="{{ path('app_partenaires') }}">Partenaires</a><a {% if pageTitle is defined and pageTitle != null and pageTitle == 'offres' or pageTitle == 'offre-detail' %}class="active"{% endif %} href="{{ path('app_offres') }}">Offres</a><a {% if pageTitle is defined and pageTitle != null and pageTitle == 'contact' %}class="active"{% endif %} href="{{ path('app_contact') }}">Contact</a></div></div><div class="row pt-1"><div class="col text-center"><!-- Button trigger modal --><a href="#" class="footer-title" data-bs-toggle="modal" data-bs-target="#exampleModal">Mentions Légales</a><!-- Modal --><div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><h1 class="modal-title fs-4" id="exampleModalLabel"><span class="color1">Mentions</span> <span class="color2 bold">Légales</span></h1><button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button></div><div class="modal-body text-dark small">{{ settings[0].siteMentionslegales|replace({'<div>': '', '</div>': '',})|raw }}</div></div></div></div></div></div></div></footer>