| {$labelModelCommonDetailedContent} |
EOT;
include("fckeditor/fckeditor.php") ;
$oFCKeditor = new FCKeditor('aboutcontent') ;
$oFCKeditor->BasePath = 'fckeditor/';
$oFCKeditor->Value = "{$aboutRow['aboutcontent']}";
$oFCKeditor->Width = '100%' ;
$oFCKeditor->Height = '400' ;
$oFCKeditor->Create() ;
echo <<
|