图集编辑器:
文章编辑器:
修改方法如下:
将/dede/templets/album_edit.htm 中的
复制代码
换成<?php GetEditor("body",$body,450,"Diy"); ?>
复制代码
将/dede/templets/album_add.htm 中的<?php GetEditor("body",$addRow['body'],450); ?>
复制代码
换成<?php GetEditor("body","",450,"Diy"); ?>
复制代码
<?php GetEditor("body",$addRow['body'],450); ?>