Use layouts to render anchor above all content elements
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<f:render section="Main" optional="true"/>
|
||||
+1
-1
@@ -4,7 +4,7 @@
|
||||
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers"
|
||||
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
|
||||
|
||||
<f:layout name="Default"/>
|
||||
<f:layout name="Bare"/>
|
||||
|
||||
<f:section name="Main">
|
||||
<f:spaceless>
|
||||
|
||||
+8
-2
@@ -1,4 +1,10 @@
|
||||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
||||
<f:render partial="Header" arguments="{_all}" />
|
||||
<f:format.html>{data.bodytext}</f:format.html>
|
||||
|
||||
<f:layout name="Default"/>
|
||||
|
||||
<f:section name="Main">
|
||||
<f:render partial="Header" arguments="{_all}" />
|
||||
<f:format.html>{data.bodytext}</f:format.html>
|
||||
</f:section>
|
||||
|
||||
</html>
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
xmlns:ep="http://typo3.org/ns/EP/EpEvents/ViewHelpers"
|
||||
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
|
||||
|
||||
<f:layout name="Default"/>
|
||||
<f:layout name="Bare"/>
|
||||
|
||||
<f:section name="Main">
|
||||
<a class="tile" href="{f:uri.typolink(parameter: data.header_link)}" title="{data.header}">
|
||||
|
||||
Reference in New Issue
Block a user