mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-30 16:29:56 +02:00
#431 initial commit for MONSTRA 4
This commit is contained in:
5
site/themes/default/partials/tail.php
Executable file
5
site/themes/default/partials/tail.php
Executable file
@@ -0,0 +1,5 @@
|
||||
{* Bootstrap core JavaScript *}
|
||||
{* Placed at the end of the document so the pages load faster *}
|
||||
<script src="<?php echo Url::getBase(); ?>/themes/<?php echo Config::get('site.theme'); ?>/bower_components/jquery/dist/jquery.min.js"></script>
|
||||
<script src="<?php echo Url::getBase(); ?>}/themes/<?php echo Config::get('site.theme'); ?>/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<?php Action::run('theme_footer'); ?>
|
Reference in New Issue
Block a user