Bericht: |
BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.
//$sBasePath = $_SERVER['PHP_SELF'] ;
//$sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
//$oFCKeditor = new FCKeditor("body") ;
//$oFCKeditor->BasePath = $sBasePath ;
//$oFCKeditor->ToolbarSet = 'Basic';
//$oFCKeditor->ToolbarSet = 'Default';
//$oFCKeditor->Config['SkinPath'] = 'include/html/editor/skins/office2003/' ;
//$oFCKeditor->Value = ''.stripslashes($this->Value).'' ;
//echo $oFCKeditor->Create();
echo stripslashes($body);
?>
|