mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
11 lines
No EOL
447 B
PHP
11 lines
No EOL
447 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>
|