When going back to mobile site using the default Mobile Tools message block, the module doesn't consider the device group to build the query string. For example, we have a specific theme for Blackberry, when trying to go back to mobile site the user is redirected to the default mobile theme instead of the blackberry theme.

moobile_tools.module (line 175): There should be a verification before it sets $query['device'] to 'mobile'.

Comments

devin carlson’s picture

Status: Active » Closed (fixed)

There are no longer any occurrences of $query['device'] in mobile_tools.module nor is there any similar code around line 175.