mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-29 07:49:55 +02:00
Add Monstra from HG Commit 683dcb70c4cc
This commit is contained in:
19
public/themes/default/footer.chunk.php
Normal file
19
public/themes/default/footer.chunk.php
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<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>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
</div> <!-- /container -->
|
||||
|
||||
<!-- Javascript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script type="text/javascript" src="<?php echo Option::get('siteurl'); ?>public/assets/js/jquery.js"></script>
|
||||
<script type="text/javascript" src="<?php echo Option::get('siteurl'); ?>public/assets/js/bootstrap.js"></script>
|
||||
<?php Javascript::load(); ?>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user