master
LMR 1 year ago
parent 4fbebb3b2e
commit b195f05e8f

@ -242,7 +242,7 @@ class Information extends CI_Controller
return true;
}
//[德语->国际]复制节点结构到任意站点的节点下面。-- lmr
//[国际<-][int.mycht.cn]-- lmr
//is_id 信息结构ID
public function copy_by_is_id_gm($src_is_id, $dest_is_id)
{
@ -2276,7 +2276,8 @@ class Information extends CI_Controller
$information->ic_content = str_replace(
'<!--@NEW_YEAR-COUNTDOWN-FORM@-->',
$new_year_countdown_form_content,
$information->ic_content);
$information->ic_content
);
// 动态加载反馈标签,第一个城市不足八条,使用第二城市数据。
// HTLM: <div><!--@FEEDBACK_Siem Reap,Bangkok@--></div>

Loading…
Cancel
Save