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