Replace mail in footer; fix wrong clientinfo usage of email field
authorLaury GvR <laury@gaslightmedia.com>
Thu, 12 Sep 2019 16:53:31 +0000 (12:53 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 12 Sep 2019 16:53:31 +0000 (12:53 -0400)
parts/header-meta.php
sections/footer.php
sections/off-canvas.php
style.css

index 24ef003..631aa3f 100644 (file)
@@ -2,8 +2,8 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.6">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.7">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico">
     <link href="https://fonts.googleapis.com/css?family=Balthazar|Yellowtail" rel="stylesheet">
     <?php wp_head(); ?>
-  </head>
\ No newline at end of file
+  </head>
index 993bc74..6f76c4a 100644 (file)
@@ -43,7 +43,7 @@
                 <?php if (glm_get_clientinfo_option('phone')) :?>
                     <span><?php echo glm_get_clientinfo_option('phone');?>&nbsp;•&nbsp;</span>
                 <?php endif;?>
-                <a class="contact-us-link" href="mailto:rtsupervisor@charter.net"><?php echo glm_get_clientinfo_option('email');?></a>
+                <a class="contact-us-link" href="mailto:<?php echo glm_get_clientinfo_option('email');?>">Email Us</a>
             <?php endif;?>
         </div>
     </div>
index 9bca5bf..294e756 100644 (file)
@@ -45,7 +45,7 @@
                                     <?php if (glm_get_clientinfo_option('phone')) :?>
                                         <span><?php echo glm_get_clientinfo_option('phone');?>&nbsp;•&nbsp;</span>
                                     <?php endif;?>
-                                    <a class="contact-us-link" href="<?php echo get_permalink(134)?>"><?php echo glm_get_clientinfo_option('email');?></a>
+                                    <a class="contact-us-link" href="<?php echo get_permalink(134)?>">Mail Us</a>
                                 <?php endif;?>
                             </div>
                         </div>
index 5758ed8..5e30e84 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Frederic Township
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Frederic Township
-Version: 1.0.6
+Version: 1.0.7
 */