function block_themes_enabled

Initializes blocks for enabled themes.

Parameters

$theme_list: An array of theme names.

File

modules/block/block.module, line 623

Code

function block_themes_enabled($theme_list) {
  foreach ($theme_list as $theme) {
    block_theme_initialize($theme);
  }
}

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