File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 303
303
<title>— <?php echo get_lang ('ChamiloInstallation ' ).' — ' .get_lang ('Version_ ' ).' ' .$ new_version ; ?> </title>
304
304
<style type="text/css" media="screen, projection">
305
305
@import "../../web/assets/bootstrap/dist/css/bootstrap.min.css";
306
- @import "<?php echo api_get_path ( WEB_CSS_PATH ) ?> bootstrap-select.css";
306
+ @import "../inc/lib/javascript/bootstrap-select/css/ bootstrap-select.css";
307
307
@import "../../web/assets/fontawesome/css/font-awesome.min.css";
308
308
@import "../../web/css/base.css";
309
309
@import "../../web/css/themes/chamilo/default.css";
310
310
</style>
311
311
<script type="text/javascript" src="../../web/assets/jquery/dist/jquery.min.js"></script>
312
312
<script type="text/javascript" src="../../web/assets/bootstrap/dist/js/bootstrap.min.js"></script>
313
- <?php echo api_get_js ( ' bootstrap-select/js/bootstrap-select.min.js ' ) ? >
313
+ <script type="text/javascript" src="../inc/lib/javascript/ bootstrap-select/js/bootstrap-select.min.js"></script >
314
314
<script type="text/javascript">
315
315
$(document).ready( function() {
316
316
You can’t perform that action at this time.
0 commit comments