1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-25 14:11:05 +02:00

UI Improvements - Default Theme - Updates #194

This commit is contained in:
Awilum
2014-02-14 18:19:22 +02:00
parent f7bc03ef91
commit 82a516d431
5 changed files with 42 additions and 30 deletions

View File

@@ -1,10 +1,7 @@
<footer>
<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>
</div> <!-- /container -->
<footer class="container">
<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'); ?>
</body>
</html>