<?
include("fckeditor/fckeditor.php") ;
$sBasePath = $_SERVER['PHP_SELF'] ;
$sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "admin" ) ) . "admin/fckeditor/" ;
$oFCKeditor = new FCKeditor('news_content') ;
$oFCKeditor->BasePath = $sBasePath ;
$oFCKeditor->Value = $news_content ;
$oFCKeditor->Width = 600;
$oFCKeditor->Height = 300;
$oFCKeditor->ToolbarSet = 'Default';
$oFCKeditor->Config['SkinPath'] = $sBasePath . 'editor/skins/default/' ;
$oFCKeditor->Create() ;
?>
Tue, 10/03/2006 - 02:19
#1
