diff --git a/Classes/Controller/CustomizerController.php b/Classes/Controller/CustomizerController.php
new file mode 100644
index 0000000..5af1d1a
--- /dev/null
+++ b/Classes/Controller/CustomizerController.php
@@ -0,0 +1,37 @@
+tsParser->applyToPid($pid, $data, $check);
+ $this->redirect('customizeTheme');
+
+ $this->themeRepository->findByUid(array())->getAllPreviewImages();
+ }
+
+ /**
+ * Initialize form
+ */
+ public function customizeThemeAction() {
+ parent::indexAction();
+ }
+
+}
diff --git a/Classes/ViewHelpers/Be/TextToIdForElementViewHelper.php b/Classes/ViewHelpers/Be/TextToIdForElementViewHelper.php
new file mode 100644
index 0000000..926c117
--- /dev/null
+++ b/Classes/ViewHelpers/Be/TextToIdForElementViewHelper.php
@@ -0,0 +1,39 @@
+
+ * All rights reserved
+ * This script is part of the TYPO3 project. The TYPO3 project is
+ * free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ * The GNU General Public License can be found at
+ * http://www.gnu.org/copyleft/gpl.html.
+ * This script is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ * This copyright notice MUST APPEAR in all copies of the script!
+ ***************************************************************/
+class TextToIdForElementViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper {
+
+ /**
+ * Iterates through elements of $each and renders child nodes
+ *
+ * @param string $text
+ *
+ * @return string
+ */
+ public function render($text) {
+ $text = explode('.', strtolower(str_replace('_', '', $text)));
+ $text = $text[count($text)-1];
+ return $text;
+ }
+}
diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf
index 56dafc7..1b6e88b 100755
--- a/Resources/Private/Language/locallang.xlf
+++ b/Resources/Private/Language/locallang.xlf
@@ -24,6 +24,19 @@
Missing font file included from the css
+
+
+ Customize Theme
+
+
+ Link to Customizer Site
+
+
+ http://t3kit.github.io/theme_t3kit_customizer
+
+
+ Error: Could not load Customizer for this page.
+