From 55ea55f2ca988c19b254d0f017e2fc0cf15c2dff Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Mon, 24 Oct 2016 13:15:14 +0300 Subject: [PATCH] big commti --- frontend/views/catalog/product.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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