Commit 66b994f63574774521cb86c1db581da1da230752
1 parent
ca5d1992
Веталь
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"><div>top</div></li> | |
| 16 | 16 | <?php endif?> |
| 17 | 17 | <?php if(!empty($product->is_new)) :?> |
| 18 | - <li class="new">new</li> | |
| 18 | + <li class="new"><div>new</div></li> | |
| 19 | 19 | <?php endif?> |
| 20 | 20 | <?php if(!empty($product->akciya)) :?> |
| 21 | - <li class="promo">promo</li> | |
| 21 | + <li class="promo"><div>promo</div></li> | |
| 22 | 22 | <?php endif?> |
| 23 | 23 | </ul> |
| 24 | 24 | <?php endif?> | ... | ... |