function dxpr_theme_helper_disable in DXPR Theme Helper 7
Implements hook_enable().
File
- ./
dxpr_theme_helper.install, line 19 - Install, update and uninstall functions for the module.
Code
function dxpr_theme_helper_disable() {
variable_set('media_dialog_theme', '');
}