-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
41 lines (32 loc) · 903 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
35
36
37
38
39
40
41
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package CMSSuperHeroes
* @subpackage CMS Theme
* @since 1.0.0
*/
?>
</div><!-- .site-content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div id="footer-top">
<div class="container">
<div class="row">
<?php et3_theme_framework_footer_top(); ?>
</div>
</div>
</div><!-- #footer-top -->
<div id="footer-bottom">
<div class="container">
<div class="row">
<?php et3_theme_framework_footer_bottom(); ?>
</div>
</div>
</div><!-- #footer-bottom -->
</footer><!-- .site-footer -->
</div><!-- .site -->
<?php wp_footer(); ?>
</body>
</html>