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

6 lines
368 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">
2018-01-28 20:06:07 +01:00
<p class="m-0 text-center text-white text-uppercase"><?php echo $site->footer(); ?><span class="ml-5 text-warning">Powered by<img class="mini-logo" src="<?php echo DOMAIN_THEME_IMG.'favicon.png'; ?>"/><a target="_blank" class="text-white" href="https://www.bludit.com">Bludit</a></span></p>
2018-01-28 00:55:19 +01:00
</div>
2018-02-24 22:39:39 +01:00
</footer>