You are here

function advanced_menu_menu_attributes_install in Advanced Menu 6.x

Implementation of hook_install().

File

menu_attributes/advanced_menu_menu_attributes.install, line 7

Code

function advanced_menu_menu_attributes_install() {

  // Create tables.
  drupal_install_schema('advanced_menu_menu_attributes');
}