Chris@0: /** Chris@0: * Implements hook_block_save(). Chris@0: */ Chris@0: function {{ machine_name }}_block_save($delta = '', $edit = array()) { Chris@0: // This example comes from node.module. Chris@0: if ($delta == 'recent') { Chris@0: variable_set('node_recent_block_count', $edit['node_recent_block_count']); Chris@0: } Chris@0: }