Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 531 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 531 Bytes

php-cookiebox

Quick'n'dirty implementation of cookie compliancy notification (Norwegian), built for use with Bootstrap on PHP websites. The files are just copies from FOKEP.no so please change code to suit your needs 💩

Can be used directly like this:

<!-- CSS -->
<link rel="stylesheet" type="text/css" href="cookiebox.css">
<!-- PHP -->
<?php include 'cookiebox.php'; ?>
<!-- JS -->
<script src="cookiebox.js"></script>

See modal.png for how the modal looks like