Commit 0d76f8ae127a2177327cff435e325ef777fd4946
1 parent
057adaaf
add icon
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/partial/dealer.php
... | ... | @@ -172,7 +172,7 @@ |
172 | 172 | </div> |
173 | 173 | <?php //vip icon |
174 | 174 | if (isset($customer['users_group_id']) && $customer['users_group_id'] == 37) |
175 | - echo '<div class="dealer_vip_icon"><img scr="/images/icon_vip_01.png" alt="vip"/></div>'; | |
175 | + echo '<div class="dealer_vip_icon"><img src="/images/icon_vip_01.png" alt="vip"/></div>'; | |
176 | 176 | ?> |
177 | 177 | </div> |
178 | 178 | ... | ... |