*/ $BACK_PATH = ''; require 'init.php'; $GLOBALS['LANG']->includeLLFile('EXT:lang/locallang_wizards.xml'); t3lib_BEfunc::lockRecords(); /* * @deprecated since 6.0, the classname SC_wizard_rte and this file is obsolete * and will be removed by 7.0. The class was renamed and is now located at: * typo3/sysext/backend/Classes/Controller/Wizard/RteController.php */ require_once t3lib_extMgm::extPath('backend') . 'Classes/Controller/Wizard/RteController.php'; // Make instance: $SOBE = t3lib_div::makeInstance('SC_wizard_rte'); $SOBE->init(); $SOBE->main(); $SOBE->printContent(); ?>