mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 04:37:51 +02:00
Update footer.chunk.php
made validation fixes for demo site
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<p>
|
|
||||||
<div style="float:left;"><?php echo Chunk::get('footer-links'); ?></div>
|
<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 style="float:right;"><?php Action::run('theme_footer'); ?><?php echo Site::powered(); ?></div>
|
||||||
</p>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
|
Reference in New Issue
Block a user