I had to change the $device_type = "mobile" detection to use this regexp: if (preg_match('/iPhone|iPod|BlackBerry|IEMobile|Opera Mini|mobile/i', $u_agent)) {
I had to change the $device_type = "mobile" detection to use this regexp:
if (preg_match('/iPhone|iPod|BlackBerry|IEMobile|Opera Mini|mobile/i', $u_agent)) {