You are here

function commons_roots_preprocess_block in Drupal Commons 6.2

File

themes/commons_roots/template.php, line 298

Code

function commons_roots_preprocess_block($variables) {
  $variables['template_files'][] = 'block-' . $variables['block']->region . '-' . $variables['block']->module;
  $variables['template_files'][] = 'block-' . $variables['block']->region . '-' . $variables['block']->module . '-' . $variables['block']->delta;
}