feat: add footer logo

This commit is contained in:
2024-12-15 20:48:19 +01:00
parent 8905c5731d
commit 43344b8868
3 changed files with 2 additions and 14 deletions

View File

@@ -16,17 +16,3 @@ plugin.tx_news {
} }
} }
} }
# Define footerMenu here
lib.footerMenu = HMENU
lib.footerMenu {
special = directory
special.value = {$page.footerMenuPid}
1 = TMENU
1 {
NO {
wrapItemAndSub = <li>|</li>
stdWrap.noTrimWrap = | | |
}
}
}

View File

@@ -13,6 +13,8 @@
<div class="site-footer__top"> <div class="site-footer__top">
<div class="site-footer__grid"> <div class="site-footer__grid">
<div class="site-footer__left"> <div class="site-footer__left">
<f:image src="EXT:base/Resources/Public/Images/greens-efa-logo.png" alt="Greens EFA Logo" />
<f:image src="EXT:base/Resources/Public/Images/logo.png" alt="Lena Schilling Logo" />
<f:cObject typoscriptObjectPath="lib.dynamicContentSlide" data="{pageUid: '{data.uid}', colPos: '90'}" /> <f:cObject typoscriptObjectPath="lib.dynamicContentSlide" data="{pageUid: '{data.uid}', colPos: '90'}" />
</div> </div>
<div class="site-footer__right"> <div class="site-footer__right">

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB