You are here

function dhtml_menu_disable in DHTML Menu 8

Same name and namespace in other branches
  1. 6.4 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();
}