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
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>