|
|
|
@ -920,6 +920,9 @@ class Information extends CI_Controller
|
|
|
|
|
$template = str_replace('<!--@TIPS-RIGHT@-->', "<div class='right_tour'>" . $template_recommand['Tips Right']->it_content . "</div>", $template);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// /day-tours/(278008224) 节点不使用推荐信息
|
|
|
|
|
if ($information->is_parent_id == '278008224') {
|
|
|
|
|
} else {
|
|
|
|
|
// 右侧列表广告
|
|
|
|
|
$tips_right_a = [];
|
|
|
|
|
$tips_right_b = [];
|
|
|
|
@ -954,6 +957,7 @@ class Information extends CI_Controller
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
$template = str_replace('<!--@TIPS-RIGHT-LIST@-->', $tips_right_list_content, $template);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//文中的信息推荐
|
|
|
|
|
if (strpos($information->ic_content, '<!--@Content-Recommends-Article@-->') !== false) {
|
|
|
|
|