|
|
|
|
@ -220,6 +220,9 @@ class InfoContents_model extends CI_Model
|
|
|
|
|
$ic_content = str_replace($this->config->item('media_image_url_remote2'), $this->config->item('site_image_url'), $ic_content);
|
|
|
|
|
$ic_content = str_replace($this->config->item('media_image_url3'), $this->config->item('site_image_url'), $ic_content);
|
|
|
|
|
$ic_content = str_replace($this->config->item('media_image_url_org2'), $this->config->item('site_image_url'), $ic_content);
|
|
|
|
|
//todo:临时替换,等发布一段时间后取消,AH把japan板块搬迁到了JH网站用的
|
|
|
|
|
if ($this->config->item('site_code')=='jh'){ $ic_content = str_replace('https://images.asiahighlights.com', 'https://images.japanhighlights.com', $ic_content);}
|
|
|
|
|
if ($this->config->item('site_code')=='jh'){ $ic_content = str_replace('https://data.asiahighlights.com', 'https://data.japanhighlights.com', $ic_content);}
|
|
|
|
|
$ic_content = str_replace('#textarea#', 'textarea', $ic_content);
|
|
|
|
|
$ic_content = str_replace('t_e_x_t_a_r_e_a', 'textarea', $ic_content);
|
|
|
|
|
|
|
|
|
|
|