diff --git a/Classes/Extension/InsertIcon.php b/Classes/Extension/InsertIcon.php
deleted file mode 100644
index 93e6428..0000000
--- a/Classes/Extension/InsertIcon.php
+++ /dev/null
@@ -1,48 +0,0 @@
- 'InsertIcon'
- );
-
- /**
- * Return JS configuration of the htmlArea plugins registered by the extension
- *
- * @param integer $RTEcounter Relative id of the RTE editing area in the form
- * @return string JS configuration for registered plugins
- */
- public function buildJavascriptConfiguration($RTEcounter = 0) {
- return parent::buildJavascriptConfiguration($RTEcounter);
- }
-
-}
diff --git a/Configuration/TypoScript/setup.txt b/Configuration/TypoScript/setup.txt
index 2d8ea38..8c16224 100644
--- a/Configuration/TypoScript/setup.txt
+++ b/Configuration/TypoScript/setup.txt
@@ -1,6 +1,6 @@
# overwrite header partials
-lib.fluidContent.partialRootPaths.10 = EXT:iconfont/Resources/Private/Partials/
+lib.contentElement.partialRootPaths.10 = EXT:iconfont/Resources/Private/Partials/
# load iconfont css in frontend
page {
diff --git a/Configuration/TypoScript/tsconfig.ts b/Configuration/TypoScript/tsconfig.ts
deleted file mode 100644
index 07bcd66..0000000
--- a/Configuration/TypoScript/tsconfig.ts
+++ /dev/null
@@ -1,36 +0,0 @@
-
-/* --------------------
- * RTE.default
- */
-RTE.default {
- # Tags allowed outside p & div
- proc.allowTagsOutside := addToList(i)
- # Do not remove i tags
- proc.entryHTMLparser_db.tags.i >
- # Enable the fonticon button
- showButtons := addToList(fonticon)
- # Add at end (without the toolbarOrder the fonticon button would be on a single row on top of all other)
- toolbarOrder (
- bar, blockstylelabel, blockstyle, textstylelabel, textstyle,
- linebreak,
- bar, formattext, bold, strong, italic, emphasis, big, small, insertedtext, deletedtext, citation, code,
- definition, keyboard, monospaced, quotation, sample, variable, bidioverride, strikethrough, subscript, superscript, underline, span,
- bar, fontstyle, fontsize, bar, formatblock, insertparagraphbefore, insertparagraphafter, blockquote, line,
- bar, left, center, right, justifyfull,
- bar, orderedlist, unorderedlist, definitionlist, definitionitem, outdent, indent,
- bar, language, showlanguagemarks,lefttoright, righttoleft,
- bar, textcolor, bgcolor, textindicator,
- bar, editelement, showmicrodata,
- bar, image, emoticon, insertcharacter, insertsofthyphen, abbreviation, user,
- bar, link, unlink,
- bar, table,
- bar, findreplace, spellcheck,
- bar, chMode, inserttag, removeformat, bar, copy, cut, paste, pastetoggle, pastebehaviour, bar, undo, redo, bar, about,
- linebreak,
- bar, toggleborders,
- bar, tableproperties, tablerestyle, bar, rowproperties, rowinsertabove, rowinsertunder, rowdelete, rowsplit, bar,
- columnproperties, columninsertbefore, columninsertafter, columndelete, columnsplit, bar,
- cellproperties, cellinsertbefore, cellinsertafter, celldelete, cellsplit, cellmerge,
- bar, fonticon
- )
-}
diff --git a/Resources/Private/Partials/Header.html b/Resources/Private/Partials/Header.html
deleted file mode 100644
index dd98683..0000000
--- a/Resources/Private/Partials/Header.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Resources/Private/Partials/Header/All.html b/Resources/Private/Partials/Header/All.html
new file mode 100644
index 0000000..ac4cea1
--- /dev/null
+++ b/Resources/Private/Partials/Header/All.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/Resources/Private/Partials/Header/Header.html b/Resources/Private/Partials/Header/Header.html
index c169130..9992657 100644
--- a/Resources/Private/Partials/Header/Header.html
+++ b/Resources/Private/Partials/Header/Header.html
@@ -1,34 +1,55 @@
-
-
- {header}
-
-
- {header}
-
-
- {header}
-
-
- {header}
-
-
- {header}
-
-
- {header}
-
-
- -- do not show header --
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+ {header}
+
+
+
+
+
+ {header}
+
+
+
+
+
+ {header}
+
+
+
+
+
+ {header}
+
+
+
+
+
+ {header}
+
+
+
+
+
+ {header}
+
+
+
+ -- do not show header --
+
+
+
+
+
+
+
+
+