织梦让编辑文档也能自动更新主页和列表页

织梦后台只能开启发布后更新主页,列表,和上下页。有时候我们需要在编辑时也能更新想要的,这样不用每次去生成。
打开 \dede\archives_edit.php 找到

$wintitle = "成功更改文档!";

在它的上面加入

$arcID = $id;
$msg = "<div style=\"line-height:36px;height:36px\">{$msg}</div>".GetUpdateTest();

猜你喜欢

转载自blog.csdn.net/dedehtml/article/details/80317583