Update the footer just before phone number.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 13 Dec 2016 16:46:52 +0000 (11:46 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 13 Dec 2016 16:46:52 +0000 (11:46 -0500)
Adding Contact Us link to Contact Us Page.

sections/footer.php

index 6e24ce0..5372b65 100644 (file)
@@ -4,11 +4,11 @@
     <?php endif;?>
 
     <div id="foot-nav">
-     
+
         <div class="row">
             <div class="small-12 large-9 columns small-centered show-for-medium">
                 <?php glm_theme_footer(); ?>
-            </div>            
+            </div>
         </div>
     </div>
     <div id="foot-content" class="row show-for-medium">
@@ -31,6 +31,7 @@
                     <span><?php echo glm_get_clientinfo_option('city2');?>, <?php echo glm_get_clientinfo_option('state2');?>
                     <?php echo glm_get_clientinfo_option('zip2');?></span>
                 <?php endif;?>
+                <a href="<?php echo get_permalink(259);?>">Contact Us</a>
                 <?php if (glm_get_clientinfo_option('phone')) :?>
                     <br><span><?php echo glm_get_clientinfo_option('phone');?></span>
                 <?php endif;?>
@@ -47,7 +48,7 @@
                     <span class="bullet"> &#8226; </span><span><?php echo glm_get_clientinfo_option('extra');?></span>
                 <?php endif;?>
             <?php endif;?>
-        
+
          </div>
         <div class="medium-3 columns text-center show-for-medium">
             <ul class="menu social">
@@ -63,4 +64,4 @@
             <a href="<?php bloginfo('url')?>"><img src="<?php bloginfo('template_url');?>/assets/harbor-coutry-footer-logo.png"></a>
         </div>
     </div>
-</footer>
\ No newline at end of file
+</footer>