You are here

function vertical_tabs_enable in Vertical Tabs 6

Implement hook_enable().

File

./vertical_tabs.install, line 19
Install, update and uninstall functions for the vertical_tabs module.

Code

function vertical_tabs_enable() {

  // Generate color stylesheet.
  vertical_tabs_install_color_generate();
}