-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
30 lines (28 loc) · 897 Bytes
/
footer.php
File metadata and controls
30 lines (28 loc) · 897 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
<?php
/**
* The template for displaying the footer.
*
* Contains footer content and the closing of the
* #main and #page div elements.
* Modified by Bethany Rentz for use on http://gardentraveler
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?>
</div><!-- #main .wrapper -->
<footer id="colophon" role="contentinfo">
<div class="site-info">
<p>From Alaska to Washington, D.C., there's a garden waiting for you.</p>
<p>Copyright 2005-2013. GardenTraveler.com. All specifications subject to change without notice.</p>
<p>Botanical Gardens - Arboreta - Garden Tours </p>
</div><!-- .site-info -->
<a href="http://www.gardentraveler.com/contact-us/">Contact Us</a>
<br>
<a href="https://plus.google.com/102117325394874186702?rel=author">Google</a>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>