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({
"privacyUrl": "/charte-cookies", /* Privacy policy url */
"hashtag": "#gestions_des_cookies", /* Open the panel with this hashtag */
"cookieName": "gestions_des_cookies", /* Cookie name */
"hashtag": "#gestion_des_cookies", /* Open the panel with this hashtag */
"cookieName": "#gestion_des_cookies", /* Cookie name */
"orientation": "bottom", /* Banner position (top - bottom) */
"showAlertSmall": false, /* Show the small banner on bottom right */

View File

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