mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
6 lines
327 B
PHP
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>
|