|
|
|
@ -17,6 +17,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_url_org'), $this->config->item('site_image_url'),$ic_content);
|
|
|
|
|
$ic_content=str_replace($this->config->item('media_image_url'), $this->config->item('site_image_url'),$ic_content);
|
|
|
|
|
$ic_content=str_replace($this->config->item('media_image_url2'), $this->config->item('site_image_url'),$ic_content);
|
|
|
|
|
$ic_content=str_replace($this->config->item('media_image_url_remote'), $this->config->item('site_image_url'),$ic_content);
|
|
|
|
|
$ic_content=str_replace('#textarea#', 'textarea',$ic_content);
|
|
|
|
|
$sql = "INSERT INTO infoContents \n"
|
|
|
|
|
. " ( \n"
|
|
|
|
|