I added a link to the contact us page
authorIan Weller <ian@gaslightmedia.com>
Tue, 21 Feb 2017 15:51:53 +0000 (10:51 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 21 Feb 2017 15:51:53 +0000 (10:51 -0500)
In the client info area of the footer, I added and anchor tag that links
to the 'Contact Us' page.  I don't know if there is a form or an email
to send it to.

parts/client-info-footer.php

index 1d1a732..b2ee8fe 100644 (file)
@@ -17,7 +17,7 @@
         <br><span><?php echo glm_get_clientinfo_option('phone');?></span>
     <?php endif;?>
     <?php if (glm_get_clientinfo_option('email')) :?>
-        <span class="bullet"> &#8226; </span><span><?php echo glm_get_clientinfo_option('email');?></span>
+    <span class="bullet"> &#8226; </span><a href="<?php echo get_permalink(648); ?>"><span><?php echo glm_get_clientinfo_option('email');?></span></a>
     <?php endif;?>
     <?php if (glm_get_clientinfo_option('fax')) :?>
         <span class="bullet"> &#8226; </span><span><?php echo glm_get_clientinfo_option('fax');?></span>