diff --git a/Build/cookieman_test_customtheme/Extensions/cookieman/Resources/Private/Themes/customTheme/Templates/Popup.html b/Build/cookieman_test_customtheme/Resources/Private/Themes/customTheme/Templates/Popup.html similarity index 95% rename from Build/cookieman_test_customtheme/Extensions/cookieman/Resources/Private/Themes/customTheme/Templates/Popup.html rename to Build/cookieman_test_customtheme/Resources/Private/Themes/customTheme/Templates/Popup.html index 91ed8785..c94eb3ff 100644 --- a/Build/cookieman_test_customtheme/Extensions/cookieman/Resources/Private/Themes/customTheme/Templates/Popup.html +++ b/Build/cookieman_test_customtheme/Resources/Private/Themes/customTheme/Templates/Popup.html @@ -29,10 +29,6 @@
- - should have class="accordion"; due to incompatiblity with bootstrap_package - left out at the moment - https://github.com/benjaminkott/bootstrap_package/pull/775 -
diff --git a/Build/cookieman_test_customtheme/Extensions/cookieman/Resources/Public/Themes/customTheme/cookieman-theme.css b/Build/cookieman_test_customtheme/Resources/Public/Themes/customTheme/cookieman-theme.css similarity index 100% rename from Build/cookieman_test_customtheme/Extensions/cookieman/Resources/Public/Themes/customTheme/cookieman-theme.css rename to Build/cookieman_test_customtheme/Resources/Public/Themes/customTheme/cookieman-theme.css diff --git a/Build/cookieman_test_customtheme/Extensions/cookieman/Resources/Public/Themes/customTheme/cookieman-theme.js b/Build/cookieman_test_customtheme/Resources/Public/Themes/customTheme/cookieman-theme.js similarity index 100% rename from Build/cookieman_test_customtheme/Extensions/cookieman/Resources/Public/Themes/customTheme/cookieman-theme.js rename to Build/cookieman_test_customtheme/Resources/Public/Themes/customTheme/cookieman-theme.js diff --git a/Build/cookieman_test_customtheme/ext_typoscript_constants.typoscript b/Build/cookieman_test_customtheme/ext_typoscript_constants.typoscript index 46fa2e1e..20d40ecc 100644 --- a/Build/cookieman_test_customtheme/ext_typoscript_constants.typoscript +++ b/Build/cookieman_test_customtheme/ext_typoscript_constants.typoscript @@ -1,6 +1,6 @@ plugin.tx_cookieman { settings { - resourcesBasePath = EXT:cookieman_test_customtheme/Extensions/cookieman/Resources + resourcesBasePath = EXT:cookieman_test_customtheme/Resources theme = customTheme } }