織夢(mèng)后臺(tái)只能開啟發(fā)布后更新主頁,列表,和上下頁。有時(shí)候我們需要在編輯時(shí)也能更新想要的,這樣不用每次去生成。
打開 \dede\archives_edit.php 找到
$wintitle = "成功更改文檔!"; |
在其下面加入下面的代碼內(nèi)容:
$arcID = $id; $msg = "<p style=\"line-height:36px;height:36px\">{$msg}</p>".GetUpdateTest(); |