New theme Blogme
This commit is contained in:
parent
c62d03ec3a
commit
4e0dd27323
|
@ -10,5 +10,19 @@
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<section id="footer">
|
<section id="footer">
|
||||||
|
<ul class="icons">
|
||||||
|
<!-- <li><a href="#" class="fa-twitter"><span class="label">Twitter</span></a></li> -->
|
||||||
|
<!-- <li><a href="#" class="fa-facebook"><span class="label">Facebook</span></a></li> -->
|
||||||
|
<!-- <li><a href="#" class="fa-instagram"><span class="label">Instagram</span></a></li> -->
|
||||||
|
<?php
|
||||||
|
if( $plugins['all']['pluginRSS']->installed() ) {
|
||||||
|
echo '<li><a href="'.DOMAIN_BASE.'rss.xml'.'" class="fa-rss"><span class="label">RSS</span></a></li>';
|
||||||
|
}
|
||||||
|
|
||||||
|
if( $plugins['all']['pluginSitemap']->installed() ) {
|
||||||
|
echo '<li><a href="'.DOMAIN_BASE.'sitemap.xml'.'" class="fa-sitemap"><span class="label">Sitemap</span></a></li>';
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</ul>
|
||||||
<p class="copyright"><?php echo $Site->footer() ?> | <a href="http://www.bludit.com">Bludit</a></p>
|
<p class="copyright"><?php echo $Site->footer() ?> | <a href="http://www.bludit.com">Bludit</a></p>
|
||||||
</section>
|
</section>
|
Loading…
Reference in New Issue