koblog/bl-themes/alternative/php/footer.php

5 lines
310 B
PHP
Raw Normal View History

2018-01-28 20:06:07 +01:00
<footer class="footer bg-dark">
2018-01-28 00:55:19 +01:00
<div class="container">
<p class="m-0 text-center text-white text-uppercase"><?php echo $site->footer(); ?><span class="ms-5 text-warning">Powered by <a target="_blank" class="text-white" href="https://www.bludit.com">Bludit</a> - Open source CMS</span></p>
2018-01-28 00:55:19 +01:00
</div>
</footer>