mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
11 lines
253 B
PHP
11 lines
253 B
PHP
<?php
|
|
$playerSkinsObj = AVideoPlugin::getObjectData("PlayerSkins");
|
|
?>
|
|
<!-- video -->
|
|
<?php
|
|
echo PlayerSkins::getMediaTag($video['filename']);
|
|
?>
|
|
<!-- video finish -->
|
|
<?php
|
|
include $global['systemRootPath'] . 'plugin/PlayerSkins/contextMenu.php';
|
|
?>
|