You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
470 B
13 lines
470 B
7 years ago
|
|
||
|
<script src="/assets/vendor/jquery/jquery.min.js"></script>
|
||
|
<script src="/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||
|
<script src="/assets/vendor/jquery-easing/jquery.easing.min.js"></script>
|
||
|
<script src="/assets/js/sb-admin.min.js"></script>
|
||
|
<? if (isset($jsFiles)): ?>
|
||
|
<? foreach ($jsFiles as $jsFiles): ?>
|
||
|
<script type="text/javascript" src="<?= $jsFile; ?>"></script>
|
||
|
<? endforeach; ?>
|
||
|
<? endif; ?>
|
||
|
</body>
|
||
|
</html>
|