1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
Oinktube/plugin/Bookmark/footer.php
Daniel Neto 4e3e6dcdc9 Update
2024-07-03 18:33:34 -03:00

6 lines
327 B
PHP

<?php
PlayerSkins::createMarker($rows);
PlayerSkins::getStartPlayerJS('setTimeout(function(){adjustMarkerWidths();},1000);');
?>
<link href="<?php echo getURL('plugin/Bookmark/style.css'); ?>" rel="stylesheet" type="text/css"/>
<script src="<?php echo getURL('plugin/Bookmark/script.js'); ?>" type="text/javascript"></script>