上线信息推荐管理

hotfix/paypal-note
ycc 5 years ago
parent 13b2454030
commit a4b2010363

@ -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);
}
//非产品页面

Loading…
Cancel
Save