You are here

function nice_mega_dropdowns_install in Nice Menus 7.2

Same name and namespace in other branches
  1. 7.3 nice_mega_dropdowns/nice_mega_dropdowns.install \nice_mega_dropdowns_install()

Implementation of hook_install().

File

nice_mega_dropdowns/nice_mega_dropdowns.install, line 11
Update functions for Nice Mega Dropdowns.

Code

function nice_mega_dropdowns_install() {
  variable_set('nice_mega_dropdowns', array());
}