Disable static maps for the time being

This commit is contained in:
Björn Fromme
2018-09-11 15:50:10 +02:00
parent 48369beed8
commit 95bcc211e7
@@ -89,14 +89,16 @@
src="{ep:uri.video(value: product.video)}"></iframe>
</div>
</f:if>
<div class="ep-sidebar ep-snow">
<p><strong>Lage</strong></p>
<div>
<a href="{ep:gmapsUrl(hotel: hotel)}" target="_blank" title="{hotel.name}">
{ep:gmapsStaticMap(hotel: hotel, width: 330, height: 200)}
</a>
<f:comment>
<div class="ep-sidebar ep-snow">
<p><strong>Lage</strong></p>
<div>
<a href="{ep:gmapsUrl(hotel: hotel)}" target="_blank" title="{hotel.name}">
{ep:gmapsStaticMap(hotel: hotel, width: 330, height: 200)}
</a>
</div>
</div>
</div>
</f:comment>
<f:render partial="Region/Webcam" arguments="{region: region}"/>
<f:render partial="RegionMaps" arguments="{region: product.region}"/>
<f:render partial="RegionAward" arguments="{region: product.region}"/>