You are here

function commons_connect_preprocess_block in Drupal Commons 6.2

File

themes/commons_connect/template.php, line 240

Code

function commons_connect_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;
}