Skip to content

Commit

Permalink
Добавлено фото ожидания
Browse files Browse the repository at this point in the history
  • Loading branch information
t1mon committed Jul 19, 2020
1 parent f6b9e6b commit d3a30db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/views/shop/catalog/_product_shop_1.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<img class="hover-img" src="<?= Html::encode($product->photos[1]->getThumbFileUrl('file', 'catalog_list')) ?>" alt="">
<?php endif;?>
<?php else:?>
<img class="default-img" src="<?=Html::encode(Yii::getAlias('@static')."/photo-work/270x345.jpg")?>" alt="">
<img class="default-img" src="<?=Html::encode(Yii::getAlias('@static')."/photo-work/p-work-s.jpg")?>" alt="">
<?php endif; ?>
</a>
<?php if ($product->new) :?>
Expand Down

0 comments on commit d3a30db

Please sign in to comment.