Add footer links
This commit is contained in:
@@ -30,6 +30,8 @@ plugin.tx_eptheme {
|
||||
termsAndConditionsPageUid =
|
||||
# cat=eptheme/200/180; type=string; label=Data protection page UID
|
||||
dataProtectionPageUid =
|
||||
# cat=eptheme/200/185; type=string; label=Image credits page UID
|
||||
imageCreditsPageUid =
|
||||
# cat=eptheme/200/190; type=string; label=Cookie policy page UID
|
||||
cookiePolicyPageUid =
|
||||
# cat=eptheme/200/200; type=string; label=FAQ page UID
|
||||
|
||||
@@ -36,6 +36,7 @@ plugin.tx_eptheme {
|
||||
legalNoticePageUid = {$plugin.tx_eptheme.settings.legalNoticePageUid}
|
||||
termsAndConditionsPageUid = {$plugin.tx_eptheme.settings.termsAndConditionsPageUid}
|
||||
dataProtectionPageUid = {$plugin.tx_eptheme.settings.dataProtectionPageUid}
|
||||
imageCreditsPageUid = {$plugin.tx_eptheme.settings.imageCreditsPageUid}
|
||||
cookiePolicyPageUid = {$plugin.tx_eptheme.settings.cookiePolicyPageUid}
|
||||
infoPageUid = {$plugin.tx_eptheme.settings.infoPageUid}
|
||||
groupsPageUid = {$plugin.tx_eptheme.settings.groupsPageUid}
|
||||
|
||||
@@ -64,13 +64,17 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid footer-darkblue">
|
||||
<div class="container-fluid footer-darkblue text-sm lg:text-base">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-3 text-left">© E&P Reisen und Events GmbH</div>
|
||||
<div class="col-sm-4 text-left">© E&P Reisen und Events GmbH</div>
|
||||
<div class="col-sm-3 text-left">
|
||||
<a href="{f:uri.typolink(parameter: settings.legalNoticePageUid)}" title="Impressum">Impressum</a>
|
||||
<a href="{f:uri.typolink(parameter: settings.termsAndConditionsPageUid)}" title="AGB">AGB</a>
|
||||
<ul class="p-0 m-0">
|
||||
<li><a href="{f:uri.typolink(parameter: settings.legalNoticePageUid)}" title="Impressum">Impressum</a></li>
|
||||
<li><a href="{f:uri.typolink(parameter: settings.termsAndConditionsPageUid)}" title="AGB">AGB</a></li>
|
||||
<li><a href="{f:uri.typolink(parameter: settings.dataProtectionPageUid)}" title="AGB">Datenschutz</a></li>
|
||||
<li><a href="{f:uri.typolink(parameter: settings.imageCreditsPageUid)}" title="AGB">Bildrechte</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-sm-3 text-center social-media hidden-xs">
|
||||
<a href="{settings.facebookUrl}" title="E&P bei Facebook" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
|
||||
@@ -78,9 +82,9 @@
|
||||
<a href="{settings.youtubeUrl}"><i class="fa fa-youtube-play" title="E&P bei YouTube" target="_blank"></i></a>
|
||||
|
||||
</div>
|
||||
<div class="col-sm-3 text-center">
|
||||
<a href="https://www.unglobalcompact.org/" target="_blank" title="Global Compact">
|
||||
<img class="lazyload" data-src="{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/global_compact.png', height: '48')}" alt="Global Compact" width="40" height="48"/>
|
||||
<div class="col-sm-2 text-center">
|
||||
<a class="block" href="https://www.unglobalcompact.org/" target="_blank" title="Global Compact">
|
||||
<img class="mx-auto lazyload" data-src="{f:uri.image(src: 'EXT:ep_theme/Resources/Public/images/global_compact.png', height: '48')}" alt="Global Compact" width="40" height="48"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user