run(function() { \TYPO3\CMS\Core\Utility\GeneralUtility::deprecationLog( 'The entry point to show_item was moved to an own module. Please use BackendUtility::getModuleUrl(\'show_item\') to link to show_item.php. This script will be removed in TYPO3 CMS 8.' ); $elementInformationController = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance( \TYPO3\CMS\Backend\Controller\ContentElement\ElementInformationController::class ); $elementInformationController->main(); $elementInformationController->printContent(); }); });