Add configurable link to contactbar for German

This commit is contained in:
Björn Fromme
2018-10-04 12:45:45 +02:00
parent d87e0a8eb1
commit a9ef2a1c48
6 changed files with 9 additions and 0 deletions
@@ -49,6 +49,8 @@ plugin.tx_eptheme {
skipassPageUid =
# cat=eptheme/200/280; type=string; label=English page UID
englishPageUid =
# cat=eptheme/200/285; type=string; label=German page UID
germanPageUid =
# cat=eptheme/200/290; type=string; label=Concepts page UID
conceptsPageUid =
@@ -85,6 +85,7 @@ plugin.tx_eptheme {
watchlistPageUid = {$plugin.tx_eptheme.settings.watchlistPageUid}
skipassPageUid = {$plugin.tx_eptheme.settings.skipassPageUid}
englishPageUid = {$plugin.tx_eptheme.settings.englishPageUid}
germanPageUid = {$plugin.tx_eptheme.settings.germanPageUid}
conceptsPageUid = {$plugin.tx_eptheme.settings.conceptsPageUid}
}
view {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

@@ -32,4 +32,10 @@
<div>English</div>
</f:link.typolink>
</f:if>
<f:if condition="{settings.germanPageUid}">
<f:link.typolink parameter="{settings.germanPageUid}" title="English" class="bg-yellow german">
<span><f:image src="EXT:ep_theme/Resources/Public/images/de.png" alt="Deutsch" class="ep-contactnav__icon"/></span>
<div>Deutsch</div>
</f:link.typolink>
</f:if>
</div>