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:
@@ -6,12 +6,5 @@
|
|||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
|
|
||||||
<?php echo Snippet::get('google-analytics'); ?>
|
<?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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@@ -24,6 +24,11 @@
|
|||||||
<?php Stylesheet::add('public/themes/default/css/default.css', 'frontend', 2); ?>
|
<?php Stylesheet::add('public/themes/default/css/default.css', 'frontend', 2); ?>
|
||||||
<?php Stylesheet::load(); ?>
|
<?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'); ?>
|
<?php Action::run('theme_header'); ?>
|
||||||
|
|
||||||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||||
|
Reference in New Issue
Block a user