GX-Bug #51554 » ImageAltQuoteFix.patch
src/templates/Honeygrid/snippets/product_info/images/swiper.html (revision ) | ||
---|---|---|
19 | 19 |
img_prop=$itemProp |
20 | 20 |
img_top={($image_data.PADDING_TOP) ? $image_data.PADDING_TOP : "0" } |
21 | 21 |
img_src=$image_src |
22 |
img_alt=$image_data.IMAGE_ALT|default:$image_data.PRODUCTS_NAME |
|
23 |
img_title=$image_data.IMAGE_ALT|default:$image_data.PRODUCTS_NAME |
|
22 |
img_alt=$image_data.IMAGE_ALT|default:$image_data.PRODUCTS_NAME|replace:'"':'"'
|
|
23 |
img_title=$image_data.IMAGE_ALT|default:$image_data.PRODUCTS_NAME|replace:'"':'"'
|
|
24 | 24 |
img_zoom={($image_data.ZOOM_IMAGE) ? $image_data.ZOOM_IMAGE : "" } |
25 | 25 |
} |
26 | 26 |
{/foreach} |
src/templates/Honeygrid/snippets/product_info/images/swiper_image.html (revision ) | ||
---|---|---|
28 | 28 |
{else} |
29 | 29 |
<a |
30 | 30 |
href="{$img_zoom|strip_tags}" |
31 |
title="{$image_data.IMAGE_ALT|default:$image_data.PRODUCTS_NAME}"
|
|
31 |
title="{$img_title}"
|
|
32 | 32 |
> |
33 | 33 |
<img {if $img_prop}{$img_prop|strip_tags}{/if} |
34 | 34 |
class="img-responsive" |