Add video.js includes at bottom of event view since they are no longer handled in includes/function.php
parent
0fc91ec8cb
commit
2cbae814c3
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue