function garland_preprocess_block in Drupal 7
Override or insert variables into the block template.
File
- themes/
garland/ template.php, line 134
Code
function garland_preprocess_block(&$variables) {
$variables['title_attributes_array']['class'][] = 'title';
$variables['classes_array'][] = 'clearfix';
}