Footer client info updated
authorLaury GvR <laury@gaslightmedia.com>
Thu, 17 May 2018 16:55:47 +0000 (12:55 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 17 May 2018 16:55:47 +0000 (12:55 -0400)
header.php
parts/client-info-footer.php

index 48837a5..9d1dad6 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.png?v1.0.0">
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.0.0">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.0.1">
     <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
     <link href="https://fonts.googleapis.com/css?family=Fondamento" rel="stylesheet">
     <?php wp_head(); ?>
index 46c3b19..dbed0ae 100644 (file)
@@ -1,7 +1,10 @@
 <div id="footer-address" class="row">
     <?php if (function_exists('glm_get_clientinfo_option')) :?>
         <div class="location_1 address-container medium-6 columns">
-            <span class="address_1_name location-name">Central Center</span>
+            <span class="business_name"><?php echo glm_get_clientinfo_option('businessName');?></span>
+            <?php if (glm_get_clientinfo_option('clientBusinessName')):?>
+                <span class="business_name"><?php echo glm_get_clientinfo_option('businessName');?></span>
+            <?php endif;?>
             <?php if (glm_get_clientinfo_option('address')):?>
                 <span class="address_1_street"><?php echo glm_get_clientinfo_option('address');?></span>
                 <br>