-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
39 lines (35 loc) · 1.27 KB
/
footer.php
File metadata and controls
39 lines (35 loc) · 1.27 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
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package taf
*/
?>
</div><!-- #content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<section class="site-info">
<section class="contact-info">
<p>© Theatre@First, 2014. All Rights Reserved.</p>
<section class="address">
<p>13 Park Ave</p>
<p>Somerville MA 02144</p>
</section><!-- address -->
<section class="phone-email">
<p>1-888-874-7554</p>
<p><a href="mailto:info@TheatreAtFirst.org">info@TheatreAtFirst.org</a></p>
</section><!-- phone-email -->
</section> <!-- contact-info -->
<section class="footer-icons">
<img src="http://taf.leahbateman.com/wp-content/themes/taf/images/googleplus.png" alt="Google+ icon">
<img src="http://taf.leahbateman.com/wp-content/themes/taf/images/youtube.png" alt="YouTube icon">
<img src="http://taf.leahbateman.com/wp-content/themes/taf/images/twitter.png" alt="Twitter icon">
<img src="http://taf.leahbateman.com/wp-content/themes/taf/images/facebook.png" alt="Facebook icon">
</section> <!-- footer-icons -->
</section><!-- site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>