Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
修改方法如下:
将/dede/templets/album_edit.htm 中的
<?php GetEditor("body",$body,450,"Diy"); ?> |
换成
<?php GetEditor("body",$addRow['body'],450); ?> |
将/dede/templets/album_add.htm 中的
<?php GetEditor("body","",450,"Diy"); ?> |
换成
<?php GetEditor("body",$addRow['body'],450); ?> |
即可。