>>429
osよりmobileの方が優先されるっぽいのでmobile_user.phpに↓を追加で


#iPod iPhone iPad
$os_list['mobile']['iPad; CPU OS 6'] = array('iPad' => '6.x');
$os_list['mobile']['iPad; CPU OS 5'] = array('iPad' => '5.x');

$os_list['mobile']['iPod; CPU iPhone OS 6'] = array('iPod touch' => '6.x');
$os_list['mobile']['iPod; CPU iPhone OS 5'] = array('iPod touch' => '5.x');

$os_list['mobile']['iPhone; CPU iPhone OS 6'] = array('iPhone' => '6.x');
$os_list['mobile']['iPhone; CPU iPhone OS 5'] = array('iPhone' => '5.x');