From 2c17acf6285852f365f7ec36f7e83c70201b6fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 7 Oct 2020 09:02:49 +0200 Subject: [PATCH 1/3] Add footer links --- .../TypoScript/constants.typoscript | 2 ++ .../Configuration/TypoScript/setup.typoscript | 1 + .../Resources/Private/Partials/Footer.html | 18 +++++++++++------- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript index 4f112056..0471090f 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript @@ -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 diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript index 6264e988..6d737da2 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/setup.typoscript @@ -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} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html index b69cb28d..88bd68b8 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html @@ -64,13 +64,17 @@ -