You are here

menu_block_split.install in Menu Block Split 5

File

menu_block_split.install
View source
<?php

function menu_block_split_uninstall() {
  variable_del('mbs_howmany');
  for ($i = 1; $i <= 10; $i++) {
    variable_del('mbstitle_' . $i);
    variable_del('mbs_' . $i);
  }
}

Functions