projects
/
WP-Themes
/
harborpointassociation2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31bfaf6
)
Edit the contact us permalink in the off-canvas
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 11 May 2018 17:24:27 +0000
(13:24 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 11 May 2018 17:24:27 +0000
(13:24 -0400)
sections/off-canvas.php
patch
|
blob
|
history
diff --git
a/sections/off-canvas.php
b/sections/off-canvas.php
index
9d9507b
..
3057632
100644
(file)
--- a/
sections/off-canvas.php
+++ b/
sections/off-canvas.php
@@
-27,7
+27,7
@@
<a class="email-link" href="mailto:<?php echo glm_get_clientinfo_option('email');?>">Email</a>
<span class="bullet">•</span>
<?php endif;?>
- <a class="contact-us-link" href="<?php echo get_permalink(
131
)?>">Contact Us</a>
+ <a class="contact-us-link" href="<?php echo get_permalink(
53
)?>">Contact Us</a>
</li>
</ul>
<?php endif;?>