add tarteaucitron

This commit is contained in:
Kevin Tessier 2019-06-16 18:11:58 +02:00
parent a6f0a9e7bd
commit fa54fca8c5
2 changed files with 3 additions and 2 deletions

View File

@ -199,8 +199,8 @@ jQuery(document).ready(function(){
tarteaucitron.init({ tarteaucitron.init({
"privacyUrl": "/charte-cookies", /* Privacy policy url */ "privacyUrl": "/charte-cookies", /* Privacy policy url */
"hashtag": "#gestions_des_cookies", /* Open the panel with this hashtag */ "hashtag": "#gestion_des_cookies", /* Open the panel with this hashtag */
"cookieName": "gestions_des_cookies", /* Cookie name */ "cookieName": "#gestion_des_cookies", /* Cookie name */
"orientation": "bottom", /* Banner position (top - bottom) */ "orientation": "bottom", /* Banner position (top - bottom) */
"showAlertSmall": false, /* Show the small banner on bottom right */ "showAlertSmall": false, /* Show the small banner on bottom right */

View File

@ -112,6 +112,7 @@
{% block footer %} {% block footer %}
{% include 'partials/footer.html.twig' %} {% include 'partials/footer.html.twig' %}
<a href="#tarteaucitron">Lien</a>
{% endblock %} {% endblock %}
{% block bottom %} {% block bottom %}