BasePath = $sBasePath ; if (isset($params['toolbar'])) { $oFCKeditor->ToolbarSet = $params['toolbar']; } if (isset($params['value'])) { $oFCKeditor->Value = base64_decode($params['value']); } return $oFCKeditor->CreateHtml(); } ?>