linking contact and employment footer links
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Nov 2016 19:01:37 +0000 (14:01 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 23 Nov 2016 19:01:37 +0000 (14:01 -0500)
parts/client-info-footer.php

index 32b6169..0a90d17 100644 (file)
@@ -21,9 +21,9 @@
             <span><?php echo glm_get_clientinfo_option('phone');?></span>
         <?php endif;?>
         
-            <span class="bullet"> &#8226; </span><a href="#"><span>Contact Us</span></a>
+            <span class="bullet"> &#8226; </span><a href="<?php echo get_permalink(131); ?>"><span>Contact Us</span></a>
         
-        <a class="employ" href="#">Employment Opportunities</a>
+        <a class="employ" href="<?php echo get_permalink(130); ?>">Employment Opportunities</a>
     </div>
 </div>