Commit e7d81e91379f83a6cab039e05b4459b2340242f4

Authored by Administrator
1 parent 08e62d82

big commti

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/modules/product/widgets/views/product_smart.php
... ... @@ -14,7 +14,7 @@ use yii\helpers\Url;
14 14 } else if($class == 'new') {
15 15 print '<div class="staus_new"></div>';
16 16 } else if($class == 'promo'){
17   - print '<div class="staus_sale"></div>';
  17 + print '<div class="status_sale">Акция</div>';
18 18 }
19 19 ?>
20 20  
... ...