7 lines
312 B
PHP
7 lines
312 B
PHP
<!-- 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>
|