Commit 9392f75f2d7a82e398b52dae7dfedbc91bb0378c
1 parent
9114c0a4
big commti
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
frontend/views/catalog/product.php
... | ... | @@ -55,9 +55,8 @@ FlipclockAsset::register($this); |
55 | 55 | <?php else : ?> |
56 | 56 | <a href="<?= $product->imageUrl ?>" data-lightbox="image-1" data-title="<?= $product->name;?>"> |
57 | 57 | <?= ArtboxImageHelper::getImage($product->imageUrl, 'product_show',[ |
58 | - 'data-full'=>"$product->imageUrl", | |
59 | - 'alt'=>$product->name, | |
60 | - 'title' => $product->name | |
58 | + 'alt'=>$product->name." фото 1" , | |
59 | + 'title' => $product->name." фото 1" | |
61 | 60 | ]) ?> |
62 | 61 | </a> |
63 | 62 | ... | ... |