You are here

function mobile_tools_cache_boot in Mobile Tools 7.3

Implements hook_boot().

File

mobile_tools_cache/mobile_tools_cache.module, line 15
Main module for mobile_tools_cache

Code

function mobile_tools_cache_boot() {

  // Just to ensure it is loaded early enough for caching
  // Include the Mobile Tools module
  // @todo copy over functions from mobile tools required for
  // device detection into this module instead?
}