-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
24 lines (21 loc) · 807 Bytes
/
footer.php
File metadata and controls
24 lines (21 loc) · 807 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
<div id="footer-push"></div>
</div><!-- /#wrap -->
<?php roots_footer_before(); ?>
<footer id="content-info" class="<?php echo WRAP_CLASSES; ?>" role="contentinfo">
<?php roots_footer_inside(); ?>
<div class="footer-wrap">
<div class="footer-content">
<?php dynamic_sidebar('sidebar-footer'); ?>
</div>
<ul id="social">
<li class="fb"><a href="http://www.facebook.com/WindowsCateringCompany" target="_blank">Facebook</a></li>
<li class="tw"><a href="http://twitter.com/WindowsCatering" target="_blank">Twitter</a></li>
<li class="pin"><a href="http://pinterest.com/windowsCatering" target="_blank">Pinterest</a></li>
</ul>
</div>
</footer>
<?php roots_footer_after(); ?>
<?php wp_footer(); ?>
<?php roots_footer(); ?>
</body>
</html>