|
|
|
@ -244,6 +244,7 @@ class Info_amp extends CI_Controller
|
|
|
|
|
foreach ($rs as $info) {
|
|
|
|
|
if (!empty($info->ic_content) && !empty($info->ic_url)) {
|
|
|
|
|
array_push($newrs, array(
|
|
|
|
|
'is_path' => $info->is_path,
|
|
|
|
|
'ic_url' => $info->ic_url,
|
|
|
|
|
'ic_id' => $info->ic_id,
|
|
|
|
|
'title' => $info->ic_title,
|
|
|
|
|