You are here

function auto_menutitle_install in Auto Menu Title 6.2

Same name and namespace in other branches
  1. 8 auto_menutitle.install \auto_menutitle_install()
  2. 7 auto_menutitle.install \auto_menutitle_install()

Implementation of hook_install();

File

./auto_menutitle.install, line 13
auto_menutitle alters the menu_links table for storing menu settings. It also stores a number of variables in the variable table too. This file handles the install/uninstall of this data, cleanly.

Code

function auto_menutitle_install() {
  auto_menutitle_update_1000();
}