mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
16 lines
No EOL
551 B
PHP
16 lines
No EOL
551 B
PHP
<?php
|
|
$plugin = AVideoPlugin::loadPluginIfEnabled('AD_Server');
|
|
$ad_server_location = AVideoPlugin::loadPluginIfEnabled('AD_Server_Location');
|
|
?>
|
|
<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"/>
|
|
|
|
<style>
|
|
#campaignVideosTable td img {
|
|
height: 50px;
|
|
margin: 5px;
|
|
}
|
|
.ui-autocomplete{
|
|
z-index: 9999999;
|
|
}
|
|
</style>
|