Remove contact link from off-canvas client info
authorLaury GvR <laury@gaslightmedia.com>
Tue, 16 Oct 2018 18:08:32 +0000 (14:08 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 16 Oct 2018 18:08:32 +0000 (14:08 -0400)
sections/off-canvas.php

index 7b19eeb..0005a98 100644 (file)
@@ -25,7 +25,7 @@
                                     <a class="email-link" href="mailto:<?php echo glm_get_clientinfo_option('email');?>">Email</a>
                                     <span class="bullet">&#8226;</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;?>