Commit c5b9ba3bb4de505aacb105089ead45a24eeb3f79
1 parent
459a11d6
Веталь
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
frontend/views/catalog/product_item.php
... | ... | @@ -12,13 +12,13 @@ use yii\helpers\Url; |
12 | 12 | <?php if(!empty($product->is_top) || !empty($product->is_new) || !empty($product->akciya)) :?> |
13 | 13 | <ul class="product-special"> |
14 | 14 | <?php if(!empty($product->is_top)) :?> |
15 | - <li class="top">top </li> | |
15 | + <li class="top">top</li> | |
16 | 16 | <?php endif?> |
17 | 17 | <?php if(!empty($product->is_new)) :?> |
18 | - <li class="new">new </li> | |
18 | + <li class="new">new</li> | |
19 | 19 | <?php endif?> |
20 | 20 | <?php if(!empty($product->akciya)) :?> |
21 | - <li class="promo">promo </li> | |
21 | + <li class="promo">promo</li> | |
22 | 22 | <?php endif?> |
23 | 23 | </ul> |
24 | 24 | <?php endif?> | ... | ... |