projects
/
WP-Themes
/
resorttownship.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b84cc
)
fixing the footer contact info
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 15 Jan 2018 21:26:50 +0000
(16:26 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 15 Jan 2018 21:26:50 +0000
(16:26 -0500)
fixing footer contact info
sections/footer.php
patch
|
blob
|
history
diff --git
a/sections/footer.php
b/sections/footer.php
index
1196dd0
..
993bc74
100644
(file)
--- a/
sections/footer.php
+++ b/
sections/footer.php
@@
-43,7
+43,7
@@
<?php if (glm_get_clientinfo_option('phone')) :?>
<span><?php echo glm_get_clientinfo_option('phone');?> • </span>
<?php endif;?>
- <a class="contact-us-link" href="
<?php echo get_permalink(134)?>
"><?php echo glm_get_clientinfo_option('email');?></a>
+ <a class="contact-us-link" href="
mailto:rtsupervisor@charter.net
"><?php echo glm_get_clientinfo_option('email');?></a>
<?php endif;?>
</div>
</div>