-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
48 lines (36 loc) · 1.46 KB
/
Copy pathfooter.php
File metadata and controls
48 lines (36 loc) · 1.46 KB
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
42
43
44
45
46
47
48
<div class="clearfix"></div>
<footer>
<div id="footer-top"></div>
<div id="footer-bottom">
<div id="footer-left">
<div id="footer-logo">
<img src="<?php echo bloginfo('template_url'); ?>/images/sm-horizontal-logo.png" />
</div>
</div>
<div id="footer-content">
<p class="footer-link-row">
<a href="http://www.coopradio.org/listen/cfro-mid.mp3.pls" target="_blank">LISTEN NOW</a><a href="http://weblink.donorperfect.com/coop_membership" target="_blank">DONATE</a>
</p>
<p class="footer-link-row">
<a href="<?php echo bloginfo('home'); ?>">HOME</a><a href="<?php echo bloginfo('home'); ?>/about/">ABOUT</a><a href="<?php echo bloginfo('home'); ?>/archive/">ARCHIVE</a><a href="<?php echo bloginfo('home'); ?>/contact/">CONTACT</a>
</p>
<p class="footer-link-row">
<a href="https://www.facebook.com/Gender-Queeries-1536585859951660/timeline/" target="_blank">FACEBOOK</a><a href="https://twitter.com/GenderQueeries" target="_blank">TWITTER</a>
</p>
<p class="footer-link-row">
<a href="http://coopradio.org/" target="_blank">CO-OP RADIO</a>
</p>
</div>
<div id="footer-right">
<div id="footer-coop">
<img src="<?php echo bloginfo('template_url'); ?>/images/sm-horizontal-coop.png" />
</div>
<div class="clearfix"></div>
</div>
</div>
</footer>
</div> <!-- #content -->
</div> <!-- #wrapper -->
<?php wp_footer(); ?>
</body>
</html>