fixing footer text
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Jan 2018 21:22:38 +0000 (16:22 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 12 Jan 2018 21:22:38 +0000 (16:22 -0500)
wrong footer text for contact us

sections/footer.php

index af7ca1b..1196dd0 100644 (file)
@@ -39,7 +39,7 @@
 
         <div id="footer_address_3" class="medium-12 large-4 text-center columns show-for-medium-up">
             <?php if (function_exists('glm_get_clientinfo_option')) :?>
-                <h6>Mailing Address:</h6>
+                <h6>Contact Us:</h6>
                 <?php if (glm_get_clientinfo_option('phone')) :?>
                     <span><?php echo glm_get_clientinfo_option('phone');?>&nbsp;•&nbsp;</span>
                 <?php endif;?>