1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00
Oinktube/plugin/CookieAlert/footer.php
2022-03-17 11:43:59 -03:00

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>