From 0f9ed89f427fc66d27f67627b2e305c717de3dfe Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 27 Jun 2018 10:56:30 -0400 Subject: [PATCH] Update theme view file for contacts list Need to setup company name and position correctly had them switched. --- glm-member-db-contacts/views/front/contacts/list.html | 4 ++-- style.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glm-member-db-contacts/views/front/contacts/list.html b/glm-member-db-contacts/views/front/contacts/list.html index 6c30c60..9e9a064 100644 --- a/glm-member-db-contacts/views/front/contacts/list.html +++ b/glm-member-db-contacts/views/front/contacts/list.html @@ -137,9 +137,9 @@ and open the template in the editor. {if $contact.url}
Website: {$contact.url}
{/if}
- {$company = apply_filters( 'glm_custom_fields', 'Company Position', $contact.id )} + {$company = apply_filters( 'glm_custom_fields', 'Company Name', $contact.id )} {if $company}
Company Name: {$company}
{/if} - {$position = apply_filters( 'glm_custom_fields', 'Company Name', $contact.id )} + {$position = apply_filters( 'glm_custom_fields', 'Company Position', $contact.id )} {if $position}
Company Position: {$position}
{/if}
diff --git a/style.css b/style.css index 8f9e5f7..6342357 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.15 +Version: 1.0.16 */ -- 2.17.1