[Web] Further improvments, minor fixes

This commit is contained in:
andryyy
2019-01-31 17:07:24 +01:00
parent 2c0e5f9347
commit d7f169cc2f
5 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,6 @@
<script src="/js/html5shiv.min.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->
<script type='text/javascript' src="/js/jquery-1.12.4.min.js"></script>
<?php if (strtolower(trim($DEFAULT_THEME)) != "lumen"): ?>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/<?= strtolower(trim($DEFAULT_THEME)); ?>/bootstrap.min.css">
<?php endif;