This commit is contained in:
Ty Clifford
2026-07-03 07:31:09 -04:00
commit cebb0d3af1
800 changed files with 89782 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<footer class="footer bg-dark" role="contentinfo">
<div class="container">
<div class="d-flex flex-column flex-md-row justify-content-center align-items-center text-center text-white text-uppercase">
<?php if (defined('BLUDIT_PRO')): ?>
<span><?php echo $site->footer(); ?></span>
<?php else: ?>
<span class="mb-2 mb-md-0"><?php echo $site->footer(); ?></span>
<span class="ml-md-4 text-warning">
<img class="mini-logo" src="<?php echo DOMAIN_THEME_IMG.'favicon.png'; ?>" alt="Bludit logo" loading="lazy" />
Powered by <a target="_blank" rel="noopener noreferrer" class="text-white" href="https://www.bludit.com">BLUDIT</a>
</span>
<?php endif; ?>
</div>
</div>
</footer>