You are here

function mobile_switch_block_boot in Mobile Switch Block 7.2

Same name and namespace in other branches
  1. 6 mobile_switch_block.module \mobile_switch_block_boot()
  2. 7 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.
}