|
|
@ -2288,7 +2288,7 @@ class Information extends CI_Controller
|
|
|
|
$top3_feedback_list = array_slice($feedback_list, 0, 3);
|
|
|
|
$top3_feedback_list = array_slice($feedback_list, 0, 3);
|
|
|
|
$feedback_content = $this->load->view(
|
|
|
|
$feedback_content = $this->load->view(
|
|
|
|
$template_path . '-feedback-list',
|
|
|
|
$template_path . '-feedback-list',
|
|
|
|
array('feedback_list' => $feedback_list),
|
|
|
|
array('feedback_list' => $top3_feedback_list),
|
|
|
|
true
|
|
|
|
true
|
|
|
|
);
|
|
|
|
);
|
|
|
|
$information->ic_content = str_replace(
|
|
|
|
$information->ic_content = str_replace(
|
|
|
|