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:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user