diff --git a/frontend/views/catalog/product.php b/frontend/views/catalog/product.php index dd5ae8b..b1aaa73 100755 --- a/frontend/views/catalog/product.php +++ b/frontend/views/catalog/product.php @@ -48,7 +48,10 @@ FlipclockAsset::register($this); images as $image) : ?> - imageUrl, 'product_trumb') ?> + imageUrl, 'product_trumb',[ + 'alt'=>'test', + 'title' => 'test2' + ]) ?> @@ -58,7 +61,10 @@ FlipclockAsset::register($this); data-height="350"> - imageUrl, 'product_trumb') ?> + imageUrl, 'product_trumb',[ + 'alt'=>'test', + 'title' => 'test2' + ]) ?> @@ -289,10 +295,7 @@ FlipclockAsset::register($this);
events as $event):?> banner) && $event->isActive()):?> - getImageUrl('banner'), 'banner_list',[ - 'alt'=>'test', - 'title' => 'test2' - ]),Url::to(['event/show','alias'=>$event->alias,'id'=>$event->primaryKey]))?> + getImageUrl('banner'), 'banner_list'),Url::to(['event/show','alias'=>$event->alias,'id'=>$event->primaryKey]))?>
-- libgit2 0.21.4