-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
31 lines (26 loc) · 763 Bytes
/
footer.php
File metadata and controls
31 lines (26 loc) · 763 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
/**
* Footer template segment
*
* @author Conrad Muan <con.muan@gmail.com>
* @package hack_theme
* @subpackage templates
**/
?>
</div><!-- end #main -->
<div id="footer">
<?php wp_nav_menu(array('theme_location'=>'footer_menu')); ?>
</div><!-- end #footer -->
</div>
</div><!-- end .container -->
<?php wp_footer(); ?>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=309978335715124";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>