1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
Oinktube/plugin/UserNotifications/footer.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

6 lines
No EOL
170 B
PHP

<script src="<?php echo getURL('plugin/UserNotifications/script.js'); ?>" type="text/javascript"></script>
<script>
$(document).ready(function () {
});
</script>