1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-18 02:41:33 +02:00

jQuery in head #211

This commit is contained in:
Awilum
2014-01-08 21:54:44 +02:00
parent 1bc19bc850
commit b2f3d3d526
2 changed files with 5 additions and 7 deletions

View File

@@ -6,12 +6,5 @@
</div> <!-- /container -->
<?php echo Snippet::get('google-analytics'); ?>
<!-- Javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<?php Javascript::add('public/assets/js/jquery.js', 'frontend', 1); ?>
<?php Javascript::add('public/assets/js/bootstrap.js', 'frontend', 2); ?>
<?php Javascript::load(); ?>
</body>
</html>