You are here

function menu_node_install in Menu Node API 6

Implements hook_install().

File

./menu_node.install, line 28
Install file for Menu Node API.

Code

function menu_node_install() {
  drupal_install_schema('menu_node');
}