1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||||
|
<?php if (empty($_COOKIE['cookies_accept'])) { ?> |
||||||
|
<div class="cookie-banner"> |
||||||
|
<h4>Cookies使用协议</h4> |
||||||
|
<p>本站使用cookies记录登录状态、跟踪广告,以便为你提供最佳体验。</p> |
||||||
|
<button class="button button-primary">同意并继续</button> |
||||||
|
<button class="button button-shadow">不同意,只浏览</button> |
||||||
|
</div> |
||||||
|
<?php } ?> |
Loading…
Reference in new issue