forked from Fruitfulcode/Fruitful
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
34 lines (34 loc) · 847 Bytes
/
footer.php
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
32
33
34
<?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>
</div><!-- .page-container-->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="container">
<div class="sixteen columns">
<div class="site-info">
<?php fruitful_get_footer_text(); ?>
</div><!-- .site-info -->
<?php if (!fruitful_is_social_header()) {
fruitful_get_socials_icon();
}
?>
</div>
</div>
<div id="back-top">
<a rel="nofollow" href="#top" title="Back to top">↑</a>
</div>
</footer><!-- #colophon .site-footer -->
<!--WordPress Development by Fruitful Code-->
<?php wp_footer(); ?>
</body>
</html>