|
|
|
@ -729,7 +729,7 @@ class Information extends CI_Controller
|
|
|
|
|
$template = str_replace('<!--@ARTICLENEXT@-->', $this->load->view($template_path . '-next', array('recommands'=>$template_recommand), TRUE), $template);
|
|
|
|
|
//广告,改叫tips,防止被插件屏蔽
|
|
|
|
|
if(!empty($template_recommand['Tips Right'])) {
|
|
|
|
|
$template = str_replace('<!--@TIPS-RIGHT@-->', "<div class='right_tour'><div class='ah_inforight'>".$template_recommand['Tips Right']."</div></div>", $template);
|
|
|
|
|
$template = str_replace('<!--@TIPS-RIGHT@-->', "<div class='right_tour'><div class='ah_inforight'>".$template_recommand['Tips Right']->it_content."</div></div>", $template);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//非产品页面
|
|
|
|
|