Add configurable link to contactbar for German
This commit is contained in:
@@ -49,6 +49,8 @@ plugin.tx_eptheme {
|
|||||||
skipassPageUid =
|
skipassPageUid =
|
||||||
# cat=eptheme/200/280; type=string; label=English page UID
|
# cat=eptheme/200/280; type=string; label=English page UID
|
||||||
englishPageUid =
|
englishPageUid =
|
||||||
|
# cat=eptheme/200/285; type=string; label=German page UID
|
||||||
|
germanPageUid =
|
||||||
# cat=eptheme/200/290; type=string; label=Concepts page UID
|
# cat=eptheme/200/290; type=string; label=Concepts page UID
|
||||||
conceptsPageUid =
|
conceptsPageUid =
|
||||||
|
|
||||||
|
|||||||
@@ -85,6 +85,7 @@ plugin.tx_eptheme {
|
|||||||
watchlistPageUid = {$plugin.tx_eptheme.settings.watchlistPageUid}
|
watchlistPageUid = {$plugin.tx_eptheme.settings.watchlistPageUid}
|
||||||
skipassPageUid = {$plugin.tx_eptheme.settings.skipassPageUid}
|
skipassPageUid = {$plugin.tx_eptheme.settings.skipassPageUid}
|
||||||
englishPageUid = {$plugin.tx_eptheme.settings.englishPageUid}
|
englishPageUid = {$plugin.tx_eptheme.settings.englishPageUid}
|
||||||
|
germanPageUid = {$plugin.tx_eptheme.settings.germanPageUid}
|
||||||
conceptsPageUid = {$plugin.tx_eptheme.settings.conceptsPageUid}
|
conceptsPageUid = {$plugin.tx_eptheme.settings.conceptsPageUid}
|
||||||
}
|
}
|
||||||
view {
|
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>
|
<div>English</div>
|
||||||
</f:link.typolink>
|
</f:link.typolink>
|
||||||
</f:if>
|
</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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user