Commit 4e43731ecd4bf4e8ebf40343558979f68656617f
1 parent
c11497ba
Brand images
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
frontend/views/filter/category-brand.php
... | ... | @@ -35,6 +35,7 @@ |
35 | 35 | if (!$category->getImageUrl(0, false) || !$brand->getImageUrl(0, false) || empty( $brand->lang->seo_text )) { |
36 | 36 | $emptyBrand = true; |
37 | 37 | } |
38 | + var_dump($emptyBrand); | |
38 | 39 | ?> |
39 | 40 | <div class="section-box box-title-1 uppercase"><?= $this->title ?></div> |
40 | 41 | <div class="section-box box-brand margin_bottom_30"> | ... | ... |