mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
11 lines
No EOL
457 B
PHP
11 lines
No EOL
457 B
PHP
<!-- COOKIES -->
|
|
<div class="alert alert-dismissible text-center cookiealert" role="alert">
|
|
<div class="cookiealert-container">
|
|
<?php echo $obj->text; ?>
|
|
<button type="button" class="btn btn-primary btn-sm acceptcookies" aria-label="Close">
|
|
<?php echo $obj->btnText; ?>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<!-- /COOKIES -->
|
|
<script src="<?php echo getCDN(); ?>plugin/CookieAlert/cookiealert-standalone.js"></script>
|