{$lang_indexsetIntroduce} |
";
$oFCKeditor = new FCKeditor('content');
$oFCKeditor->BasePath = '../../fckeditor/';
$oFCKeditor->Config['AutoDetectLanguage'] = false ;
$oFCKeditor->Config['DefaultLanguage'] = $langusenow ;
$oFCKeditor->Value = $index[content];
$oFCKeditor->Width = '100%';
$oFCKeditor->Height = '400';
$oFCKeditor->Create();
echo << |