-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
executable file
·25 lines (24 loc) · 1.31 KB
/
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
<!-- begin footer -->
<div id="footer" class="row">
<div class="col-md-10">
<small>
<?php dynamic_sidebar( 'footer-sidebar' ) ?>
</small>
</div>
<div class="col-md-2">
<div class="pull-right">
<ul id="social-networking-sites" class="list-inline">
<li><a href="https://www.twitter.com/globalrec_org" title="Twitter International Alliance of Waste Pickers" target="_blank"><span class="dashicons dashicons-twitter"></span></a></li>
<li><a href="https://www.facebook.com/GlobalRec" title="Facebook International Alliance of Waste Pickers" target="_blank"><span class="dashicons dashicons-facebook-alt"></span></a></li>
<li><a href="https://instagram.com/globalrec_org" title="Instagram International Alliance of Waste Pickers" target="_blank"><span class="dashicons dashicons-instagram"></span></a></li>
<li><a href="https://www.linkedin.com/company/globalrec" title="LinkedIn International Alliance of Waste Pickers" target="_blank"><span class="dashicons dashicons-linkedin"></span></a></li>
<li><a href="https://www.youtube.com/user/GlobalRecTV" title="YouTube International Alliance of Waste Pickers" target="_blank"><span class="dashicons dashicons-youtube"></span></a></li>
</ul>
</div>
</div>
</div>
</div><!-- close container-->
</div>
<?php wp_footer(); ?>
</body>
</html>