|
|
|
@ -1189,7 +1189,7 @@ class Information extends CI_Controller
|
|
|
|
|
$data->mobile_photo = get_meta($data->ic_id, 'meta_addon_picture_mobile');
|
|
|
|
|
if (empty($data->mobile_photo)) {
|
|
|
|
|
if (!empty($information->ic_photo)) {
|
|
|
|
|
$data->mobile_photo = $this->config->item('site_image_url').$information->ic_photo;
|
|
|
|
|
$data->mobile_photo = $this->config->item('site_image_url').$data->ic_photo;
|
|
|
|
|
} else {
|
|
|
|
|
$data->mobile_photo = 'https://data.asiahighlights.com/image/travel-guide/thailand/info-template-recommended.jpg';
|
|
|
|
|
}
|
|
|
|
|