diff --git a/banner_cookies.template b/banner_cookies.template index 3615f3b..e4eae64 100644 --- a/banner_cookies.template +++ b/banner_cookies.template @@ -1,5 +1,9 @@

We neeeeed Cookies. They taste sooo good. *crunch*

Seriously, this site is in development. You should not be here. If you want to stay anyways, you will have to accept our cookies.

"; +if (!isset($_COOKIE['threadr_cookie_banner'])) + if (!$login){ + echo ""; + } else { + // assume that the user knows our cookie/privacy policy, force set cookie in this case + } } ?> \ No newline at end of file