From: Steve Sutton Date: Thu, 13 Apr 2017 19:11:17 +0000 (-0400) Subject: Update the check for featured to coming soon. X-Git-Tag: v1.0.0^2~44 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=dd8471e0502816e64f80f62f38cc5f66b7dbdc0a;p=WP-Themes%2Fbrewbakers.git Update the check for featured to coming soon. The name of the custom field featured was changed to Coming Soon. --- diff --git a/glm-member-db/views/front/members/list.html b/glm-member-db/views/front/members/list.html index 9873cae..b061a13 100644 --- a/glm-member-db/views/front/members/list.html +++ b/glm-member-db/views/front/members/list.html @@ -38,7 +38,7 @@ {$rvTypes = array()} {$rvManufacturers = array()} {$brands = array()} - + {foreach from=$categories item=v} {if $v.id|in_array:$manufacturer_ids} {$rvManufacturers[$v.id] = $v} @@ -47,9 +47,9 @@ {/if} {/foreach}
- + {foreach $manufacturer_ids as $manufacturer_id} - + {/foreach}