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