function mobile_tools_activate_device_group in Mobile Tools 7.3
Initialize the device group
1 string reference to 'mobile_tools_activate_device_group'
- mobile_tools_purl_provider in ./
mobile_tools.module - Implements hook_purl_provider().
File
- ./
mobile_tools.module, line 650 - Functionality to ease the creation of mixed device environments.
Code
function mobile_tools_activate_device_group($modifier) {
// @todo add spaces init
mobile_tools_get_active_device_group($modifier);
}