1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

UI Improvements - Default Theme - Updates #194

This commit is contained in:
Awilum
2014-02-17 23:54:50 +02:00
parent e5af6b060a
commit 06981a768e
2 changed files with 5 additions and 6 deletions

View File

@@ -2,6 +2,6 @@
<div class="pull-left"><?php echo Chunk::get('footer-links'); ?></div>
<div class="pull-right"><?php Action::run('theme_footer'); ?><?php echo Site::powered(); ?></div>
</footer>
<?php echo Snippet::get('google-analytics'); ?>
<?php echo Snippet::get('google-analytics'); ?>
</body>
</html>

View File

@@ -29,8 +29,8 @@
<?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::add('public/assets/js/jquery.min.js', 'frontend', 1); ?>
<?php Javascript::add('public/assets/js/bootstrap.min.js', 'frontend', 2); ?>
<?php Javascript::load(); ?>
<?php Action::run('theme_header'); ?>
@@ -63,10 +63,9 @@
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav pull-right">
<?php echo Menu::get(); ?>
<?php Users::getPanel(); ?>
</ul>
<!--<div class="pull-right user-panel">
<?php Users::getPanel(); ?>
</div>-->
<ul>
</div>
</div>
</div>