diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index f80e6bd..25f0d0d 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -55,9 +55,8 @@ FlipclockAsset::register($this); imageUrl, 'product_show',[ - 'data-full'=>"$product->imageUrl", - 'alt'=>$product->name, - 'title' => $product->name + 'alt'=>$product->name." фото 1" , + 'title' => $product->name." фото 1" ]) ?> -- libgit2 0.21.4