1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/view/bootstrap/fileinput.php
2024-04-08 17:21:34 -03:00

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>