1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
Oinktube/plugin/UserNotifications/View/User_notifications/index_head.php
DanieL 2f2fdc4923 Add a notification central plugin UserNotification
this will be responsible to handle all the top bar bell button
2022-08-18 10:25:19 -03:00

5 lines
No EOL
359 B
PHP

<?php
$plugin = AVideoPlugin::loadPluginIfEnabled('UserNotifications');
?>
<link rel="stylesheet" type="text/css" href="<?php echo $global['webSiteRootURL']; ?>view/css/DataTables/datatables.min.css"/>
<link href="<?php echo $global['webSiteRootURL']; ?>view/js/bootstrap-datetimepicker/css/bootstrap-datetimepicker.min.css" rel="stylesheet" type="text/css"/>