mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-14 00:54:06 +02:00
Monstra Library: basic core improvments
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<footer>
|
||||
<p>
|
||||
<p>
|
||||
<div style="float:left;"><?php echo Chunk::get('footer-links'); ?></div>
|
||||
<div style="float:right;"><?php Action::run('theme_footer'); ?><?php echo Site::powered(); ?></div>
|
||||
</p>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
</div> <!-- /container -->
|
||||
@@ -10,8 +10,8 @@
|
||||
<!-- 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::add('public/assets/js/jquery.js', 'frontend', 1); ?>
|
||||
<?php Javascript::add('public/assets/js/bootstrap.js', 'frontend', 2); ?>
|
||||
<?php Javascript::load(); ?>
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user