From e51faf3c69f311a2d822e5dd39eb7a5e6caed29b Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Sun, 3 Nov 2024 19:26:07 +0100 Subject: [PATCH] [BUGFIX] Fix paths in sets #2549 --- Configuration/Sets/Twb4/constants.typoscript | 2 +- Configuration/Sets/Twb4/setup.typoscript | 2 +- Configuration/Sets/Twb5/constants.typoscript | 2 +- Configuration/Sets/Twb5/setup.typoscript | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Configuration/Sets/Twb4/constants.typoscript b/Configuration/Sets/Twb4/constants.typoscript index c06256496d..d3d3c07bd6 100644 --- a/Configuration/Sets/Twb4/constants.typoscript +++ b/Configuration/Sets/Twb4/constants.typoscript @@ -1 +1 @@ -@import 'EXT:news/Configuration/TypoScript/Twb/constants.typoscript' +@import 'EXT:news/Configuration/TypoScript/Styles/Twb/constants.typoscript' diff --git a/Configuration/Sets/Twb4/setup.typoscript b/Configuration/Sets/Twb4/setup.typoscript index 87eefd0a07..56776b66f5 100644 --- a/Configuration/Sets/Twb4/setup.typoscript +++ b/Configuration/Sets/Twb4/setup.typoscript @@ -1 +1 @@ -@import 'EXT:news/Configuration/TypoScript/Twb/setup.typoscript' \ No newline at end of file +@import 'EXT:news/Configuration/TypoScript/Styles/Twb/setup.typoscript' \ No newline at end of file diff --git a/Configuration/Sets/Twb5/constants.typoscript b/Configuration/Sets/Twb5/constants.typoscript index c06256496d..38a93fff7e 100644 --- a/Configuration/Sets/Twb5/constants.typoscript +++ b/Configuration/Sets/Twb5/constants.typoscript @@ -1 +1 @@ -@import 'EXT:news/Configuration/TypoScript/Twb/constants.typoscript' +@import 'EXT:news/Configuration/TypoScript/Styles/Twb5/constants.typoscript' diff --git a/Configuration/Sets/Twb5/setup.typoscript b/Configuration/Sets/Twb5/setup.typoscript index 87eefd0a07..b0b9f7d71f 100644 --- a/Configuration/Sets/Twb5/setup.typoscript +++ b/Configuration/Sets/Twb5/setup.typoscript @@ -1 +1 @@ -@import 'EXT:news/Configuration/TypoScript/Twb/setup.typoscript' \ No newline at end of file +@import 'EXT:news/Configuration/TypoScript/Styles/Twb5/setup.typoscript' \ No newline at end of file