function garland_preprocess_block

7.x template.php garland_preprocess_block(&$vars)

Override or insert variables into the block template.

File

drupal-7.x/themes/garland/template.php, line 134

Code

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