From c38c1f51093cc3b3cf8467b9c0c7e0aadc6f99d9 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 30 Jul 2018 08:59:11 -0400 Subject: [PATCH] Remove the Contact custom fields section fron the member detail page --- glm-member-db/views/front/members/detail.html | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/glm-member-db/views/front/members/detail.html b/glm-member-db/views/front/members/detail.html index a862b96..6f0bc64 100644 --- a/glm-member-db/views/front/members/detail.html +++ b/glm-member-db/views/front/members/detail.html @@ -174,26 +174,6 @@
Expand All
- {if apply_filters('glm_custom_fields', 'name', $member.id) || apply_filters('glm_custom_fields', 'title', $member.id)} -
Contact
-
- {if apply_filters('glm_custom_fields', 'name', $member.id)} -
- {apply_filters('glm_custom_fields', 'name', $member.id)} -
- {/if} - {if apply_filters('glm_custom_fields', 'title', $member.id)} -
- {apply_filters('glm_custom_fields', 'title', $member.id)} -
- {/if} - -
- {/if} -
Description
-- 2.17.1