cookie consent OK

This commit is contained in:
pvincent
2022-12-10 19:36:21 +04:00
parent fc5e1cc4d2
commit a0405e885d
6 changed files with 293 additions and 98 deletions
+14
View File
@@ -0,0 +1,14 @@
::use 'design.mtt'::
<div class="col-md-12" style="height:500px;">
::if user != null::
consent agreed
::else::
<script language="javascript">
_.cookieConsentBox('::redirect::');
</script>
::end::
</div>
::end::