mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
13 lines
No EOL
268 B
PHP
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();
|
|
?>
|