function mobile_switch_block_boot in Mobile Switch Block 7
Same name and namespace in other branches
- 6 mobile_switch_block.module \mobile_switch_block_boot()
 - 7.2 mobile_switch_block.module \mobile_switch_block_boot()
 
Implements hook_boot().
File
- ./
mobile_switch_block.module, line 13  - Extends the Mobile Switch module with an theme switch block.
 
Code
function mobile_switch_block_boot() {
  // No functionalities here.
  // We use this hook to set autmatically the system table bootstrap value
  // for this module to 1.
}