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