diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript
index fd5a776c..1498da6a 100644
--- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript
+++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript
@@ -184,8 +184,15 @@ page {
}
)
- headerData.998 = TEXT
- headerData.998.value (
+ headerData.990 = TEXT
+ headerData.990 {
+ wrap =
+ value = {$plugin.tx_eptheme.settings.cookieFirstKey}
+ if.isTrue = {$plugin.tx_eptheme.settings.cookieFirstKey}
+ }
+
+ headerData.995 = TEXT
+ headerData.995.value (
- value = {$plugin.tx_eptheme.settings.cookieFirstKey}
- if.isTrue = {$plugin.tx_eptheme.settings.cookieFirstKey}
- }
}
[page["backend_layout"] == 'pagets__popup']