1 installer.module installer_themes_enabled($theme_list)

Implements hook_themes_enabled().

File

core/modules/installer/installer.module, line 395
Handles installation and updates of contributed projects.

Code

function installer_themes_enabled($theme_list) {
  module_load_include('inc', 'installer', 'installer.browser');
  installer_browser_installed_projects_remove($theme_list);
}