1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Oinktube/plugin/AI/shorts.php
2024-03-05 15:37:54 -03:00

13 lines
No EOL
268 B
PHP

<?php
require_once '../../videos/configuration.php';
$_page = new Page(['Shorts']);
?>
<div class="container-fluid">
<?php
$doNotGetShorts = true;
require_once $global['systemRootPath'] . 'plugin/AI/tabs/shorts.php';
?>
</div>
<?php
$_page->print();
?>