mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
5 lines
No EOL
321 B
PHP
5 lines
No EOL
321 B
PHP
<?php
|
|
$plugin = AVideoPlugin::loadPluginIfEnabled('CustomizeUser');
|
|
?>
|
|
<link rel="stylesheet" type="text/css" href="<?php echo getCDN(); ?>view/css/DataTables/datatables.min.css"/>
|
|
<link href="<?php echo getCDN(); ?>view/js/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css" rel="stylesheet" type="text/css"/>
|