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
+18
View File
@@ -0,0 +1,18 @@
<footer class="site-footer">
<div class="container">
<div class="footer-grid">
<p><?php echo $site->footer(); ?></p>
<div class="footer-links">
<?php if (Theme::rssUrl()) : ?>
<a href="<?php echo Theme::rssUrl(); ?>"><i class="bi bi-rss" aria-hidden="true"></i>RSS</a>
<?php endif; ?>
<?php if (Theme::sitemapUrl()) : ?>
<a href="<?php echo Theme::sitemapUrl(); ?>"><i class="bi bi-diagram-3" aria-hidden="true"></i><?php echo $L->get('Sitemap'); ?></a>
<?php endif; ?>
<?php if (!defined('BLUDIT_PRO')) : ?>
<a href="https://www.bludit.com" target="_blank" rel="noopener">Bludit</a>
<?php endif; ?>
</div>
</div>
</div>
</footer>