You are here

function cf_menu_install in Common Functionality 7

Same name and namespace in other branches
  1. 7.2 modules/cf_menu/cf_menu.install \cf_menu_install()

Implementation of hook_install().

File

modules/cf_menu/cf_menu.install, line 6

Code

function cf_menu_install() {
  variable_set('cf_menu_accessibility_page', TRUE);
}