更新标签名称

hotfix/paypal-note
Jimmy Liow 2 years ago
parent 9c501dc6cc
commit dd13a79d68

@ -660,7 +660,7 @@ class Information extends CI_Controller
true
);
$information->ic_content = str_replace(
'<!--@FEEDBACK_NEWEST@-->',
'<!--@NEWEST_FEEDBACK@-->',
$feedback_newest_content,
$information->ic_content
);
@ -984,6 +984,12 @@ class Information extends CI_Controller
{
$feedback_newest = $this->Feedback_model->get_feedback_newest();
var_dump($feedback_newest);
$feedback_newest_content = $this->load->view(
'ch-feedback-newest',
array('feedback_list' => $feedback_newest),
true);
var_dump($feedback_newest_content);
}
public function make_www_cache_gh($device, $information, $recommand_information)

Loading…
Cancel
Save