From: Laury GvR Date: Wed, 20 Sep 2017 20:59:48 +0000 (-0400) Subject: Show profile image on contact list if the contact has an image X-Git-Tag: v1.1.2^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5ea68e081cf80995bd0b0d3dddef971c46a05254;p=WP-Plugins%2Fglm-member-db-contacts.git Show profile image on contact list if the contact has an image --- diff --git a/views/front/contacts/list.html b/views/front/contacts/list.html index 8eb904c..0f7127c 100644 --- a/views/front/contacts/list.html +++ b/views/front/contacts/list.html @@ -39,12 +39,12 @@ and open the template in the editor. - +

Total found: {$numbContacts}  

- + {if $settings.list_show_search_alpha} - {/foreach} + {/foreach} {else} (no contacts listed) {/if} @@ -114,7 +122,7 @@ and open the template in the editor. showing {$start} through {$lastDisplayed} of {$filteredContactsFound} {/if} - + {include file='front/footer.html'}