|
12.07.2007, 20:08
А теперь ему не нравится что-то в 9 строчке этого кода.Чего???
PHP код:
echo "<br><br><b>"._STORYTEXT."</b><br>";
# ."<textarea wrap=\"virtual\" cols=\"100\" rows=\"15\" name=\"hometext\">$hometext</textarea><br><br>"
// Editor Start
$oFCKeditor = new FCKeditor(hometext) ;
$oFCKeditor->InstanceName = "hometext" ;
$oFCKeditor->Value = "$hometext" ;
$oFCKeditor->Create() ;
// Editor Ende
."<b>"._EXTENDEDTEXT."</b><br>"
# ."<textarea wrap=\"virtual\" cols=\"100\" rows=\"15\" name=\"bodytext\">$bodytext</textarea><br>"
// Editor Start
$oFCKeditor = new FCKeditor(bodytext) ;
$oFCKeditor->InstanceName = "bodytext" ;
$oFCKeditor->Value = "$bodytext" ;
$oFCKeditor->Create() ;
// Editor Ende
|
|