1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-18 02:41:33 +02:00

UI Improvements - Default Theme - Updates #194

This commit is contained in:
Awilum
2014-02-13 22:07:14 +02:00
parent 1085953b3b
commit f2d0bd2745
4 changed files with 81 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
<footer>
<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>
<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 -->