condition with cookies
parent
a6170ef7f8
commit
74ae8a67b5
|
@ -6,6 +6,11 @@
|
||||||
<title>Physiotherapie und Ergotherepie - Kurbad Pleystein</title>
|
<title>Physiotherapie und Ergotherepie - Kurbad Pleystein</title>
|
||||||
@include('template.'.config('settings.template').'.content.includes.css')
|
@include('template.'.config('settings.template').'.content.includes.css')
|
||||||
@include('template.'.config('settings.template').'.content.includes.integrations')
|
@include('template.'.config('settings.template').'.content.includes.integrations')
|
||||||
|
@if(isset($_COOKIE["cookies-consent"]) && $_COOKIE["cookies-consent"])
|
||||||
|
<!-- User accepted cookies -->
|
||||||
|
@else
|
||||||
|
<!-- User not accepted cookies -->
|
||||||
|
@endif
|
||||||
</head>
|
</head>
|
||||||
<body style="border-top: 8px solid #23bc8c;">
|
<body style="border-top: 8px solid #23bc8c;">
|
||||||
<nav class="navbar navbar-expand-lg mt-3">
|
<nav class="navbar navbar-expand-lg mt-3">
|
||||||
|
|
Loading…
Reference in New Issue