作者: {$username}
时间:
标题:
分类:
是否加密: 密码:
内容: {php} global $con; $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = './editor/'; $editor = new FCKeditor('content') ; $editor->BasePath = $sBasePath ; $editor->Value=$con; $editor->Create(); {/php}
{include file="footer.htm"}