{$lang_modify} [{$about[name]}]
{$lang_keywords} {$lang_descriptioninfo},{$lang_keywordsinfo}
{$lang_description}
{$lang_descriptioninfo}
{$lang_contentdetail} "; $oFCKeditor = new FCKeditor('content'); $oFCKeditor->BasePath = '../../fckeditor/'; $oFCKeditor->Config['AutoDetectLanguage'] = false ; $oFCKeditor->Config['DefaultLanguage'] = $langusenow ; $oFCKeditor->Value = $about[content]; $oFCKeditor->Width = '100%'; $oFCKeditor->Height = '300'; $oFCKeditor->Create(); echo <<