sterzycom/site/snippets/footer.php

16 lines
372 B
PHP
Raw Normal View History

2015-11-29 20:38:31 +01:00
<footer class="footer" role="contentinfo">
<div class="footerwrapper">
<div class="copyright">
<?php echo $site->copyright()->kirbytext() ?>
</div>
<div class="footerinfo">
<?php echo $site->footerinfo()->kirbytext() ?>
</div>
</div>
</footer>
</body>
</html>