更改dedecms提示信息的方法

2023/04/18 09:23    5G收录网    已浏览111次

关键字描述:方法 信息 提示 更改   " < rmsg document.write

网站提示信息的修改方法:
提示信息参考图



 


在include文件夹里找到inc_functions.php
Copy code$rmsg = $func;
$rmsg .= "document.write(\"<br/><div style='width:400px;padding-top:4px;height:24;font-size:10pt;border-left:1px solid #b9df92;border-top:1px solid #b9df92;border-right:1px solid #b9df92;background-color:#def5c2;'>DedeCms 提示信息: </div>\");\r\n";
$rmsg .= "document.write(\"<div style='width:400px;height:100;font-size:10pt;border:1px solid #b9df92;background-color:#f9fcf3'><br/><br/>\");\r\n";
$rmsg .= "document.write(\"".str_replace("\"","“",$msg)."\");\r\n";
$rmsg .= "document.write(\"";

"DedeCms 提示信息"为修改地方。