1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +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>

View File

@@ -24,6 +24,11 @@
<?php Stylesheet::add('public/themes/default/css/default.css', 'frontend', 2); ?>
<?php Stylesheet::load(); ?>
<!-- JavaScripts -->
<?php Javascript::add('public/assets/js/jquery.js', 'frontend', 1); ?>
<?php Javascript::add('public/assets/js/bootstrap.js', 'frontend', 2); ?>
<?php Javascript::load(); ?>
<?php Action::run('theme_header'); ?>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->