{include file="header.htm"} 欢迎你,{$username},退出
作者: {$username}
时间:
标题:
内容: {php} global $con; $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = dirname($sBasePath).'/editor/'; $editor = new FCKeditor('content') ; $editor->BasePath = $sBasePath ; $editor->Width=600; $editor->Height=300; $editor->Value=$con; $editor->Create(); {/php}
{include file="footer.htm"}