Respect hiding of searchbar per page

This commit is contained in:
Björn Fromme
2022-03-15 17:33:50 +01:00
parent 7a8e472cfd
commit 19dfef8972
@@ -67,6 +67,8 @@
</f:if>
</li>
</f:for>
<f:if condition="{data.tx_eptheme_hide_searchbar}">
<f:else>
<li class="pb-4">
<f:if condition="{searchbarCollapsed}">
<f:then>
@@ -87,6 +89,8 @@
</f:else>
</f:if>
</li>
</f:else>
</f:if>
</ul>
</nav>
</f:section>