You are here

function glazed_helper_update_7002 in Glazed Theme Helper 7

Theme Media Library Popup

File

./glazed_helper.install, line 29
Install, update and uninstall functions for the module.

Code

function glazed_helper_update_7002() {
  if (drupal_get_path('theme', 'glazed')) {
    variable_set('media_dialog_theme', 'glazed');
  }
  elseif (drupal_get_path('theme', 'glazed_free')) {
    variable_set('media_dialog_theme', 'glazed_free');
  }
}