-
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user