|
|
|
@ -269,7 +269,7 @@ class Info_amp extends CI_Controller
|
|
|
|
$ic = $this->InfoContents_model->get_ic_contents2($icid);
|
|
|
|
$ic = $this->InfoContents_model->get_ic_contents2($icid);
|
|
|
|
if ($ic) {
|
|
|
|
if ($ic) {
|
|
|
|
$show_photo_meta = $this->InfoMetas_model->get($icid, 'meta_use_list_picture');
|
|
|
|
$show_photo_meta = $this->InfoMetas_model->get($icid, 'meta_use_list_picture');
|
|
|
|
if ($show_photo_meta === 'no') {
|
|
|
|
if ($show_photo_meta == 'no') {
|
|
|
|
$use_photo = '';
|
|
|
|
$use_photo = '';
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$use_photo = $this->config->item('site_image_url').$ic->ic_photo;
|
|
|
|
$use_photo = $this->config->item('site_image_url').$ic->ic_photo;
|
|
|
|
|