mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
8 lines
317 B
PHP
8 lines
317 B
PHP
<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>
|