Commit cce501ebc002014e2116efcaa37d7e7bb025bcce
1 parent
ac9468cf
30.06.16 event images
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/catalog/products.php
... | ... | @@ -132,7 +132,7 @@ $filterWhitoutPrice['prices'] = [ |
132 | 132 | ?> |
133 | 133 | <div class="checkbox"> |
134 | 134 | <label><input type="checkbox" class="features-option" onchange="document.location='<?= $option_url?>'" <?php /* name="option[<?= $group->alias?>][]"value="<?= $option->alias?>"*/?><?= $checked ? ' checked' : ''?> /></label> |
135 | - <a href="<?= $option_url?>"><?= $option->ValueRenderHTML?> (<?= $option->_items_count?>)</a> | |
135 | + <a href="<?= $option_url?>"><?= $option->ValueRenderHTML?></a> | |
136 | 136 | </div> |
137 | 137 | <?php endforeach?> |
138 | 138 | </div> | ... | ... |