function garland_preprocess_block

Override or insert variables into the block template.

File

drupal/themes/garland/template.php, line 134

Code

function garland_preprocess_block(&$variables) {
  $variables['title_attributes_array']['class'][] = 'title';
  $variables['classes_array'][] = 'clearfix';
}