首页 > 网站 > 建站经验 > 正文

更改dedecms提示信息的方法

2024-04-25 20:49:12
字体:
来源:转载
供稿:网友
网站提示信息的修改方法:

在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 提示信息"为修改地方。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表