Index: typo3/sysext/em/classes/install/class.tx_em_install.php =================================================================== --- typo3/sysext/em/classes/install/class.tx_em_install.php (revision 9361) +++ typo3/sysext/em/classes/install/class.tx_em_install.php (revision ) @@ -1113,7 +1113,7 @@ // Initialize: $absPath = tx_em_Tools::getExtPath($extKey, $extInfo['type']); - $relPath = $this->typeRelPaths[$extInfo['type']] . $extKey . '/'; + $relPath = $this->parentObject->typeRelPaths[$extInfo['type']] . $extKey . '/'; // Look for template file for form: if (t3lib_extMgm::isLoaded($extKey) && @is_file($absPath . 'ext_conf_template.txt')) { @@ -1158,15 +1158,15 @@ $MOD_MENU = array(); $MOD_MENU['constant_editor_cat'] = $tsStyleConfig->ext_getCategoriesForModMenu(); $MOD_SETTINGS = t3lib_BEfunc::getModuleData($MOD_MENU, t3lib_div::_GP('SET'), 'xMod_test'); - /* + - // Resetting the menu (stop) - if (count($MOD_MENU['constant_editor_cat']) > 1) { - $menu = $GLOBALS['LANG']->getLL('extInfoArray_category') . ' ' . - t3lib_BEfunc::getFuncMenu(0, 'SET[constant_editor_cat]', $MOD_SETTINGS['constant_editor_cat'], $MOD_MENU['constant_editor_cat'], '', '&CMD[showExt]=' . $extKey); + // Resetting the menu (stop) + if (count($MOD_MENU['constant_editor_cat']) > 1) { + $menu = $GLOBALS['LANG']->getLL('extInfoArray_category') . ' ' . + t3lib_BEfunc::getFuncMenu(0, 'SET[constant_editor_cat]', $MOD_SETTINGS['constant_editor_cat'], $MOD_MENU['constant_editor_cat'], '', '&CMD[showExt]=' . $extKey); - $this->content.=$this->doc->section('',''.$menu.''); - $this->content.=$this->doc->spacer(10); + $this->parentObject->content .= $this->parentObject->doc->section('', '' . $menu . ''); + $this->parentObject->content .= $this->parentObject->doc->spacer(10); - } + } - */ + // Category and constant editor config: $form = '