You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
218 B

  1. ::use 'design.mtt'::
  2. <div class="col-md-12" style="height:500px;">
  3. ::if user != null::
  4. consent agreed
  5. ::else::
  6. <script language="javascript">
  7. _.cookieConsentBox('::redirect::');
  8. </script>
  9. ::end::
  10. </div>
  11. ::end::