5 lines
332 B
Twig
Executable file
5 lines
332 B
Twig
Executable file
<script>
|
|
document.addEventListener('DOMContentLoaded', function(event) {
|
|
cookieChoices.showCookieConsent{{ eucookiepolicy_cookie_type|capitalize }}("{{ 'PLUGINS.EU_COOKIE_POLICY.MESSAGE'|t }}","{{ 'PLUGINS.EU_COOKIE_POLICY.CLOSE'|t }}","{{ 'PLUGINS.EU_COOKIE_POLICY.PRIVACY'|t }}","{{ eucookiepolicy_url }}");
|
|
});
|
|
</script>
|