Add video.js includes at bottom of event view since they are no longer handled in includes/function.php

pull/3621/head
Isaac Connor 2022-10-21 09:53:32 -04:00
parent 0fc91ec8cb
commit 2cbae814c3
1 changed files with 4 additions and 0 deletions

View File

@ -312,6 +312,10 @@ if ( (ZM_WEB_STREAM_METHOD == 'mpeg') && ZM_MPEG_LIVE_FORMAT ) {
</div><!--content-->
</div><!--page-->
<link href="skins/<?php echo $skin ?>/js/video-js.css" rel="stylesheet">
<link href="skins/<?php echo $skin ?>/js/video-js-skin.css" rel="stylesheet">
<script src="skins/<?php echo $skin ?>/js/video.js"></script>
<script src="./js/videojs.zoomrotate.js"></script>
<?php
echo output_link_if_exists(array('css/base/zones.css'));
xhtmlFooter();