move cookie banner into footer ==> will be displayed on every page
This commit is contained in:
parent
1c0e42f6e4
commit
9dc48f5fb8
2 changed files with 12 additions and 12 deletions
|
@ -49,17 +49,5 @@ getHeader("Jonas Leder", "home");
|
||||||
<a target="_blank" href="https://www.abuseipdb.com/user/45130"><img style="background-color: white" src="https://www.abuseipdb.com/contributor/45130.svg" style="width: 401px;"></a>
|
<a target="_blank" href="https://www.abuseipdb.com/user/45130"><img style="background-color: white" src="https://www.abuseipdb.com/contributor/45130.svg" style="width: 401px;"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="cookieinfo">
|
|
||||||
<div class="cookieinfo-close" onclick="acceptCookie()">
|
|
||||||
✖
|
|
||||||
</div>
|
|
||||||
<span class="cookieinfo-text">
|
|
||||||
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. <a class="cookieinfo-link" href="http://wikipedia.org/wiki/HTTP_cookie">More info</a>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<script src="js/cookie.js"></script>
|
|
||||||
<script>
|
|
||||||
checkHide();
|
|
||||||
</script>
|
|
||||||
<?php
|
<?php
|
||||||
getFooter();
|
getFooter();
|
|
@ -40,6 +40,18 @@ function getFooter(){
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
<div class="cookieinfo">
|
||||||
|
<div class="cookieinfo-close" onclick="acceptCookie()">
|
||||||
|
✖
|
||||||
|
</div>
|
||||||
|
<span class="cookieinfo-text">
|
||||||
|
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. <a class="cookieinfo-link" href="http://wikipedia.org/wiki/HTTP_cookie">More info</a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<script src="/js/cookie.js"></script>
|
||||||
|
<script>
|
||||||
|
checkHide();
|
||||||
|
</script>
|
||||||
<script src="/js/includeHTML.js"></script>
|
<script src="/js/includeHTML.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue