-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests with searchBar from liszt_common Module
- Loading branch information
thomas-sc
committed
May 22, 2024
1 parent
c3e0454
commit b6dbe77
Showing
4 changed files
with
45 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true"> | ||
|
||
<f:spaceless> | ||
<a class="visually-hidden-focusable" href="#page-content"><span>Zum Hauptinhalt springen</span></a> | ||
|
||
|
||
<f:render partial="MainNav" arguments="{_all}" /> | ||
|
||
<f:comment><!-- Don't show Searchbar if Frontend Layout 4 is selected, changed from != to == --></f:comment> | ||
<f:if condition="{selectedFrontendLayout} != '4'"> | ||
<f:render partial="SearchBar" arguments="{_all}" /> | ||
</f:if> | ||
|
||
<f:render section="Header" optional="true" /> | ||
<f:render section="Main"/> | ||
|
||
<f:render partial="Footer" arguments="{_all}" /> | ||
|
||
<f:render partial="QuickMenu"/> | ||
|
||
</f:spaceless> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters