Commit ac9468cf433216ca038a6da09a2ec34b8c826c78
1 parent
5f7ba6dc
30.06.16 event images
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/products.php
@@ -112,7 +112,7 @@ $filterWhitoutPrice['prices'] = [ | @@ -112,7 +112,7 @@ $filterWhitoutPrice['prices'] = [ | ||
112 | ?> | 112 | ?> |
113 | <div class="checkbox"> | 113 | <div class="checkbox"> |
114 | <label><input type="checkbox" class="brands-option" <?php /*name="brands[]" value="<?= $brand->alias?>"*/?><?= $checked ? ' checked' : ''?> onchange="document.location='<?= $option_url?>'" /></label> | 114 | <label><input type="checkbox" class="brands-option" <?php /*name="brands[]" value="<?= $brand->alias?>"*/?><?= $checked ? ' checked' : ''?> onchange="document.location='<?= $option_url?>'" /></label> |
115 | - <a href="<?= $option_url?>"><?= $brand->name?> (<?= $brand->getProducts()->count()?>)</a> | 115 | + <a href="<?= $option_url?>"><?= $brand->name?></a> |
116 | </div> | 116 | </div> |
117 | <?php endforeach?> | 117 | <?php endforeach?> |
118 | </div> | 118 | </div> |