diff --git a/typo3/sysext/backend/Classes/Controller/PageLayoutController.php b/typo3/sysext/backend/Classes/Controller/PageLayoutController.php index a21f613dcf0f2e6f0128080b2dc4e6ced51cfd69..687ae6b2702dd6ca5d504e2177dba925f9f91ffb 100644 --- a/typo3/sysext/backend/Classes/Controller/PageLayoutController.php +++ b/typo3/sysext/backend/Classes/Controller/PageLayoutController.php @@ -607,8 +607,10 @@ class PageLayoutController { $this->doc->JScode = $this->doc->wrapScriptTags(' if (top.fsMod) top.fsMod.recentIds["web"] = ' . (int)$this->id . '; '); + + $body = $this->doc->header($GLOBALS['TYPO3_CONF_VARS']['SYS']['sitename']); $flashMessage = GeneralUtility::makeInstance(\TYPO3\CMS\Core\Messaging\FlashMessage::class, $GLOBALS['LANG']->getLL('clickAPage_content'), $GLOBALS['LANG']->getLL('clickAPage_header'), FlashMessage::INFO); - $body = $flashMessage->render(); + $body .= $flashMessage->render(); // Setting up the buttons and markers for docheader $docHeaderButtons = array( 'view' => '',