".$varvalue."
";
	return $echoeditor;
}
//返回加载JS文件
function ECMS_TempShowEditorJS($basepath=''){
	if(empty($basepath))
	{
		$basepath='ecmseditor/tempeditor/';
	}
	$addcs=ECMS_TempReturnEditorCx();
	$loadjs=' ';
	return $loadjs;
}
//附加参数
function ECMS_TempReturnEditorCx(){
	global $filepass,$enews,$ecms_hashur;
	$filepass=(int)$filepass;
	$str="&filepass=$filepass".$ecms_hashur['ehref'];
	return $str;
}
//上传提示
function ECMS_TempPTEditorShowError($type,$error,$showstr,$add,$ecms=0){
?>