Daniel Siepmann
ad4fee5213
Use hidden for fluid if selected. Calculate concrete h level based on selected one plus relative level, which is 1 for now.
7 lines
269 B
HTML
7 lines
269 B
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
|
|
data-namespace-typo3-fluid="true">
|
|
<a name="c{uid}"></a>
|
|
<f:if condition="{layout} != 'hidden'">
|
|
<h{layout}>{header} <small><a href="#c{uid}">¶</a></small></h{layout}>
|
|
</f:if>
|
|
</html>
|