hotfix/paypal-note
赵鹏 4 years ago
parent 90774ce3df
commit 281645a224

@ -103,7 +103,7 @@ function is_mobile_first()
{
$CI = &get_instance();
$sitecode = $CI->config->item('site_code');
if ($sitecode == 'ch' || $sitecode == 'ah' || $sitecode='chinatravel') {
if ($sitecode == 'ch' || $sitecode == 'ah' || $sitecode=='chinatravel') {
return true;
} else {
return false;

Loading…
Cancel
Save