From: Steve Sutton Date: Wed, 8 Aug 2018 20:23:58 +0000 (-0400) Subject: Adding group name X-Git-Tag: v1.0.19^2~25 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c566c7f7a0c0d43d1481fdfde95400255c261789;p=WP-Themes%2Fmigcsa.git Adding group name output the name of each group for custom fields. --- diff --git a/glm-member-db-contacts/views/front/contacts/list.html b/glm-member-db-contacts/views/front/contacts/list.html index b170296..7267889 100644 --- a/glm-member-db-contacts/views/front/contacts/list.html +++ b/glm-member-db-contacts/views/front/contacts/list.html @@ -136,9 +136,9 @@ and open the template in the editor. {if $contact.url}
Website {$contact.url}
{/if}
- - {if $contact.org - }
+ + {if $contact.org} +
Company Name {$contact.org}
@@ -448,7 +448,8 @@ and open the template in the editor.
- {foreach $customFieldGroups as $customFields} + {foreach $customFieldGroups as $groupName => $customFields} + {$groupName} {if !empty($customFields[0].field_data)} {foreach $customFields as $field} {if $field.field_data}