forked from Fruitfulcode/Fruitful
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
31 lines (31 loc) · 892 Bytes
/
Copy pathfooter.php
File metadata and controls
31 lines (31 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package WordPress
* @subpackage Fruitful theme
* @since Fruitful theme 1.0
*/
?>
</div>
<div class="sixteen columns">
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<?php fruitful_get_footer_text(); ?>
</div><!-- .site-info -->
<div class="social-icon">
<?php if (fruitful_get_footer_socials_icon_position() == 'footer') { fruitful_get_footer_socials_icon(); } ?>
</div>
</footer><!-- #colophon .site-footer -->
</div>
</div><!-- #main .site-main -->
<div id="back-top">
<a rel="nofollow" href="#top" title="Back to top">↑</a>
</div>
</div><!-- #page .hfeed .site -->
<!--WordPress Development by Fruitful Code-->
<?php wp_footer(); ?>
</body>
</html>