You are here

function taxo_faceted_navigation_block_save in Taxonomy Facets 7

Implements hook_block_save().

1 call to taxo_faceted_navigation_block_save()
taxo_faceted_navigation_add_block_form_submit in ./taxo_faceted_navigation.module
Save the new taxo faceted block.

File

./taxo_faceted_navigation.module, line 185
Taxo Faceted Navigation module code.

Code

function taxo_faceted_navigation_block_save($delta = '', $edit = array()) {
  variable_set("taxo_faceted_navigation_{$delta}_tid", $edit['vid']);
}