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> src="{ep:uri.video(value: product.video)}"></iframe>
</div> </div>
</f:if> </f:if>
<div class="ep-sidebar ep-snow"> <f:comment>
<p><strong>Lage</strong></p> <div class="ep-sidebar ep-snow">
<div> <p><strong>Lage</strong></p>
<a href="{ep:gmapsUrl(hotel: hotel)}" target="_blank" title="{hotel.name}"> <div>
{ep:gmapsStaticMap(hotel: hotel, width: 330, height: 200)} <a href="{ep:gmapsUrl(hotel: hotel)}" target="_blank" title="{hotel.name}">
</a> {ep:gmapsStaticMap(hotel: hotel, width: 330, height: 200)}
</a>
</div>
</div> </div>
</div> </f:comment>
<f:render partial="Region/Webcam" arguments="{region: region}"/> <f:render partial="Region/Webcam" arguments="{region: region}"/>
<f:render partial="RegionMaps" arguments="{region: product.region}"/> <f:render partial="RegionMaps" arguments="{region: product.region}"/>
<f:render partial="RegionAward" arguments="{region: product.region}"/> <f:render partial="RegionAward" arguments="{region: product.region}"/>