Commit 6f0b95f2da54ff806e892dffb4feead4a6647973
1 parent
ddf2d8f9
big commti
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/widgets/views/slider.php
| @@ -51,7 +51,7 @@ FlipclockAsset::register($this); | @@ -51,7 +51,7 @@ FlipclockAsset::register($this); | ||
| 51 | 51 | ||
| 52 | <?php | 52 | <?php |
| 53 | }?> | 53 | }?> |
| 54 | - <?= Html::img(ArtboxImageHelper::getImageSrc($image->imageUrl,'slider'))?> | 54 | + <?= Html::a(Html::img(ArtboxImageHelper::getImageSrc($image->imageUrl,'slider')), $image->url)?> |
| 55 | </div> | 55 | </div> |
| 56 | 56 | ||
| 57 | 57 |