整合到评论模板 报错 无显示
代码:
<?php //自定义编辑器字段(不设置默认帝国新闻字段newstext)例如:简介字段加上编辑器 $field = 'saytext'; // 1加水印 0不水印 $getmark = 1; //附件存入指定栏目 $ue_classid = 1; //编辑器工具栏设置 $toolbars = "'Source','Bold','Underline','ForeColor','RemoveFormat','AutoTypeSet','Undo','Redo'"; //编辑器宽度 值true、false和数值 $ue_width = '1000'; //编辑器高度 值true、false和数值 $ue_height = '320'; //不设默认引用JQurey-1.8.3,值为1不引用 $ue_jquery = 1; include(ECMS_PATH.'/e/data/ecmseditor/ueditor/php/editor.php'); ?>
提示:
enews参数设置有错误!
|