Add footer links

This commit is contained in:
Björn Fromme
2020-10-07 09:02:49 +02:00
parent 40eb378354
commit 2c17acf628
3 changed files with 14 additions and 7 deletions
@@ -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}