• 修改编辑器文件以去掉图片a标签:
    • 编辑文件路径:e/后台目录/ecmseditor/editorfun.php
    • 修改代码:
      $pic = "<img src='".$imgurl."'>";
      return $pic;