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