From: Steve Sutton Date: Mon, 14 Oct 2019 17:33:18 +0000 (-0400) Subject: Update to add in salutation. X-Git-Tag: v1.0.26^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2d938578ec5d161aebb2f760db4ec2b279d4110c;p=WP-Themes%2Fmigcsa.git Update to add in salutation. For new field --- diff --git a/glm-member-db-contacts/views/front/contacts/list.html b/glm-member-db-contacts/views/front/contacts/list.html index 1a170b4..bd4228e 100644 --- a/glm-member-db-contacts/views/front/contacts/list.html +++ b/glm-member-db-contacts/views/front/contacts/list.html @@ -87,7 +87,7 @@ and open the template in the editor. {/if}

- {$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}

diff --git a/style.css b/style.css index fb9d293..ea7e30a 100644 --- 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 */