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

7 lines
312 B
PHP
Raw Normal View History

2018-01-28 00:55:19 +01:00
<!-- Footer -->
<footer class="py-4 bg-dark">
<div class="container">
<p class="m-0 text-center text-white"><?php echo $site->footer(); ?></p>
<p class="m-0 text-center text-muted text-uppercase">Powered by <a target="_blank" class="text-white" href="https://www.bludit.com">Bludit</a></p>
</div>
</footer>