You are here

function dhtml_menu_disable in DHTML Menu 6.4

Same name and namespace in other branches
  1. 8 dhtml_menu.install \dhtml_menu_disable()

Implementation of hook_disable().

File

./dhtml_menu.install, line 47
dhtml_menu.install Installation and update functions for the DHTML Menu module.

Code

function dhtml_menu_disable() {

  // Unregister our theme interceptors.
  drupal_rebuild_theme_registry();
}