We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334b195 commit 7fc78f0Copy full SHA for 7fc78f0
ext_localconf.php
@@ -5,11 +5,12 @@
5
$versionInformation = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Information\Typo3Version::class);
6
if ($versionInformation->getMajorVersion() > 12) {
7
8
+} else {
9
+
10
// Hook into the page module
11
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/db_layout.php']['drawHeaderHook']['mt_backend'] =
12
\MarkusTimtner\MtBackend\Hooks\PageHook::class . '->render';
-} else {
13
- $GLOBALS['TYPO3_CONF_VARS']['BE']['stylesheets']['mt_backend'] = 'EXT:mt_backend/Resources/Public/Css/MyBeTouchup.css';
14
+}
15
-}
16
+$GLOBALS['TYPO3_CONF_VARS']['BE']['stylesheets']['mt_backend'] = 'EXT:mt_backend/Resources/Public/Css/MyBeTouchup.css';
0 commit comments