projects
/
WP-Themes
/
lakesideclub.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72a6860
)
Remove contact link from off-canvas client info
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Oct 2018 18:08:32 +0000
(14:08 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 16 Oct 2018 18:08:32 +0000
(14:08 -0400)
sections/off-canvas.php
patch
|
blob
|
history
diff --git
a/sections/off-canvas.php
b/sections/off-canvas.php
index
7b19eeb
..
0005a98
100644
(file)
--- a/
sections/off-canvas.php
+++ b/
sections/off-canvas.php
@@
-25,7
+25,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(131)?>">Contact Us</a> --
>
</li>
</ul>
<?php endif;?>