You are here

function mobile_switch_block_block_save in Mobile Switch Block 7.2

Same name and namespace in other branches
  1. 7 mobile_switch_block.module \mobile_switch_block_block_save()

Implements hook_block_save().

File

./mobile_switch_block.module, line 331
Extends the Mobile Switch module with an theme switch block.

Code

function mobile_switch_block_block_save($delta = '', $edit = array()) {
  variable_set('mobile_switch_block_content', $edit['mobile_switch_block_content']);
}