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,13 +12,13 @@ use yii\helpers\Url; | ||
12 | <?php if(!empty($product->is_top) || !empty($product->is_new) || !empty($product->akciya)) :?> | 12 | <?php if(!empty($product->is_top) || !empty($product->is_new) || !empty($product->akciya)) :?> |
13 | <ul class="product-special"> | 13 | <ul class="product-special"> |
14 | <?php if(!empty($product->is_top)) :?> | 14 | <?php if(!empty($product->is_top)) :?> |
15 | - <li class="top">top </li> | 15 | + <li class="top">top</li> |
16 | <?php endif?> | 16 | <?php endif?> |
17 | <?php if(!empty($product->is_new)) :?> | 17 | <?php if(!empty($product->is_new)) :?> |
18 | - <li class="new">new </li> | 18 | + <li class="new">new</li> |
19 | <?php endif?> | 19 | <?php endif?> |
20 | <?php if(!empty($product->akciya)) :?> | 20 | <?php if(!empty($product->akciya)) :?> |
21 | - <li class="promo">promo </li> | 21 | + <li class="promo">promo</li> |
22 | <?php endif?> | 22 | <?php endif?> |
23 | </ul> | 23 | </ul> |
24 | <?php endif?> | 24 | <?php endif?> |