You are here

function mobile_tools_modules_enabled in Mobile Tools 7.2

Implements hook_modules_enabled().

File

./mobile_tools.module, line 259
Functionality to ease the creation of mixed device environments.

Code

function mobile_tools_modules_enabled($modules) {

  // Rebuild the list of device groups
  mobile_tools_device_groups_rebuild();
}