Update to add in salutation.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 14 Oct 2019 17:33:18 +0000 (13:33 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 14 Oct 2019 17:33:18 +0000 (13:33 -0400)
For new field

glm-member-db-contacts/views/front/contacts/list.html
style.css

index 1a170b4..bd4228e 100644 (file)
@@ -87,7 +87,7 @@ and open the template in the editor.
                             {/if}
 
                                 <h4 class="glm-member-title">
-                                    {$contact.fname} {$contact.lname}{if $cgcs == 'Yes'}, CGCS{/if}
+                                    {if !empty($contact.business_salutation)}{$contact.business_salutation}{/if} {$contact.fname} {$contact.lname}{if $cgcs == 'Yes'}, CGCS{/if}
 
                                 </h4>
                                 <div class="row glm-contact-info">
index fb9d293..ea7e30a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MiGCSA
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MiGCSA
-Version: 1.0.25
+Version: 1.0.26
 */