function locale_themes_enabled

Implements hook_themes_enabled().

@todo This is technically wrong. We must not import upon enabling, but upon initial installation. The theme system is missing an installation hook.

File

modules/locale/locale.module, line 874

Code

function locale_themes_enabled($themes) {
    locale_system_update($themes);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.