getExtViewFile(__FILE__)){include $extView; return helper::cd();}?> moduleName; $method = $this->methodName; if(!isset($config->$module->editor->$method)) return; $editor = $config->$module->editor->$method; $editor['id'] = explode(',', $editor['id']); $editorLangs = array('en' => 'en', 'zh-cn' => 'zh_CN', 'zh-tw' => 'zh_TW'); $editorLang = isset($editorLangs[$app->getClientLang()]) ? $editorLangs[$app->getClientLang()] : 'en'; ?>