include video.js for video view as well as event

This commit is contained in:
Isaac Connor
2022-09-06 15:42:11 -04:00
parent 8676609425
commit fdbe950640

View File

@@ -958,7 +958,7 @@ function xhtmlFooter() {
), true );
?>
<?php
if ( $view == 'event' ) {
if ($view == 'event' || $view == 'video') {
?>
<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">