5 lines
No EOL
310 B
PHP
5 lines
No EOL
310 B
PHP
<footer class="footer bg-dark">
|
|
<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>
|
|
</div>
|
|
</footer>
|