projects
/
WP-Themes
/
frederictownship.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3d0fc4
)
Fix off-canvas mail link leading to dead page
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 12 Sep 2019 17:33:08 +0000
(13:33 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 12 Sep 2019 17:33:08 +0000
(13:33 -0400)
sections/off-canvas.php
patch
|
blob
|
history
diff --git
a/sections/off-canvas.php
b/sections/off-canvas.php
index
294e756
..
c91a51f
100644
(file)
--- a/
sections/off-canvas.php
+++ b/
sections/off-canvas.php
@@
-45,7
+45,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)?>">M
ail Us</a>
+ <a class="contact-us-link" href="
mailto:<?php echo glm_get_clientinfo_option('email');?>">Em
ail Us</a>
<?php endif;?>
</div>
</div>