Pb avec l'URL en HTTP simple de l'iframe GoogleMaps --> passage en HTTPS

This commit is contained in:
2020-05-13 18:29:44 +02:00
parent 66207959e2
commit 6a2c26a8da

View File

@@ -16,7 +16,7 @@
{elsehook rel="contact.top"}
<div id="google-map">
{assign var="address" value="{config key="store_address1"} {config key="store_address2"} {config key="store_address3"}, {config key="store_city"}, {config key="store_country"}"}
<iframe class="map" width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&geocode=&q={$address|escape:'url'}&output=embed"></iframe>
<iframe class="map" width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&geocode=&q={$address|escape:'url'}&output=embed"></iframe>
</div><!-- / #google-map-->
{/elsehook}