Add more anchors
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
}"/>
|
||||
<f:cObject typoscriptObjectPath="tt_content.list.20.epevents_configurator" data="{offer: offer}"/>
|
||||
<f:render section="ContentSub" />
|
||||
<a id="location"></a>
|
||||
<f:if condition="{offer.location.descriptionLong}">
|
||||
<div class="content content--sub {ep:sectionCssClass(sectionValue: offer.configuratorType)}">
|
||||
<div class="content__inner">
|
||||
@@ -65,6 +66,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<a id="hotel"></a>
|
||||
<f:if condition="{offer.hotel.description}">
|
||||
<div class="content content--sub {ep:sectionCssClass(sectionValue: offer.configuratorType)}">
|
||||
<div class="content__title">
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
<f:section name="Teasers">
|
||||
<div class="teasers {ep:sectionCssClass(sectionValue: offer.configuratorType)}">
|
||||
<div class="teaser">
|
||||
<f:render section="Teaser" arguments="{image: offer.hotel.imageTeaser, title: 'Unterkunft', subtitle: offer.hotel.name}"/>
|
||||
<f:render section="Teaser" arguments="{image: offer.hotel.imageTeaser, title: 'Unterkunft', subtitle: offer.hotel.name, link: '#hotel'}"/>
|
||||
</div>
|
||||
<div class="teaser">
|
||||
<f:render section="Teaser" arguments="{image: offer.location.imageTeaser, title: 'Destination', subtitle: offer.location.name}"/>
|
||||
<f:render section="Teaser" arguments="{image: offer.location.imageTeaser, title: 'Destination', subtitle: offer.location.name, link: '#location'}"/>
|
||||
</div>
|
||||
<div class="teaser program-slider">
|
||||
<f:for each="{offer.activities}" as="activity">
|
||||
|
||||
Reference in New Issue
Block a user