Commit 66b994f63574774521cb86c1db581da1da230752

Authored by Виталий
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,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"><div>top</div></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"><div>new</div></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"><div>promo</div></li>
22 <?php endif?> 22 <?php endif?>
23 </ul> 23 </ul>
24 <?php endif?> 24 <?php endif?>