*/ require __DIR__ . '/init.php'; $shortcutFrameController = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\ShortcutFrameController'); $shortcutFrameController->preprocess(); $shortcutFrameController->init(); $shortcutFrameController->main(); $shortcutFrameController->printContent(); ?>