function locale_themes_disabled

Implements hook_themes_disabled().

File

drupal/core/modules/locale/locale.module, line 428
Enables the translation of the user interface to languages other than English.

Code

function locale_themes_disabled($themes) {
  $components['theme'] = $themes;
  locale_system_remove($components);
}