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