1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00
Oinktube/plugin/CookieAlert/footer.php
2021-04-03 13:32:56 -03:00

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>