mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-09-01 01:01:51 +02:00
#431 fix default theme
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
{* 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>
|
||||
<script src="<?php echo Url::getBase(); ?>/site-katerinasitnikova/themes/<?php echo Config::get('site.theme'); ?>/node_modules/jquery/dist/jquery.slim.min.js"></script>
|
||||
<script src="<?php echo Url::getBase(); ?>/site-katerinasitnikova/themes/<?php echo Config::get('site.theme'); ?>/node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<?php Action::run('theme_footer'); ?>
|
||||
|
Reference in New Issue
Block a user