首页 > CMS > 织梦DEDE > 正文

dedecms织梦模板编辑文档的同时自动更新主页和列表页

2024-07-12 08:37:26
字体:
来源:转载
供稿:网友
织梦后台只能开启发布后更新主页,列表,和上下页。有时候我们需要在编辑时也能更新想要的,这样不用每次去生成。
打开 dedearchives_edit.php 找到
$wintitle = "成功更改文档!";
在其下面加入下面的代码内容:
$arcID = $id;
$msg = "<div style="line-height:36px;height:36px">{$msg}</div>".GetUpdateTest();
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表