mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
15 lines
No EOL
1.4 KiB
PHP
15 lines
No EOL
1.4 KiB
PHP
|
|
<link href="<?php echo getURL('node_modules/bootstrap-fileinput/css/fileinput.min.css'); ?>" rel="stylesheet" type="text/css"/>
|
|
|
|
<script src="<?php echo getURL('node_modules/bootstrap-fileinput/js/plugins/buffer.min.js'); ?>" type="text/javascript"></script>
|
|
<script src="<?php echo getURL('node_modules/bootstrap-fileinput/js/plugins/filetype.min.js'); ?>" type="text/javascript"></script>
|
|
<script src="<?php echo getURL('node_modules/bootstrap-fileinput/js/plugins/piexif.min.js'); ?>" type="text/javascript"></script>
|
|
<script src="<?php echo getURL('node_modules/bootstrap-fileinput/js/plugins/sortable.min.js'); ?>" type="text/javascript"></script>
|
|
<script src="<?php echo getURL('node_modules/bootstrap-fileinput/js/plugins/filetype.min.js'); ?>" type="text/javascript"></script>
|
|
<script src="<?php echo getURL('node_modules/bootstrap-fileinput/js/fileinput.min.js'); ?>" type="text/javascript"></script>
|
|
<script src="<?php echo getURL('node_modules/bootstrap-fileinput/js/locales/LANG.js'); ?>" type="text/javascript"></script>
|
|
<script src="<?php echo getURL('node_modules/bootstrap-fileinput/themes/fa6/theme.min.js'); ?>" type="text/javascript"></script>
|
|
<script src="<?php echo getURL('node_modules/bootstrap-fileinput/themes/explorer-fa6/theme.min.js'); ?>" type="text/javascript"></script>
|
|
<script>
|
|
$.fn.fileinputBsVersion = '3.4.1';
|
|
</script> |