1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Oinktube/view/include/serie.php
Caleb Mazalevskis 27a7925b98
Refactor.
2022-01-06 21:44:29 +08:00

13 lines
284 B
PHP

<?php
global $isSerie;
$isSerie = 1;
$playerSkinsObj = AVideoPlugin::getObjectData("PlayerSkins");
?>
<!-- Serie -->
<?php
echo PlayerSkins::getMediaTag($video['filename']);
?>
<!-- Serie finish -->
<?php
include $global['systemRootPath'] . 'plugin/PlayerSkins/contextMenu.php';
?>