*/ require 'init.php'; $LANG->includeLLFile('EXT:lang/locallang_misc.xlf'); /* * @deprecated since 6.0, the classname SC_alt_shortcut and this file is obsolete * and will be removed with 6.2. The class was renamed and is now located at: * typo3/sysext/backend/Classes/Controller/ShortcutFrameController.php */ require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('backend') . 'Classes/Controller/ShortcutFrameController.php'; // Make instance: $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\ShortcutFrameController'); $SOBE->preinit(); $SOBE->preprocess(); $SOBE->init(); $SOBE->main(); $SOBE->printContent(); ?>