function garland_preprocess_block
Override or insert variables into the block template.
Archivo
- drupal-7.x/
themes/ garland/ template.php, line 134
Código
function garland_preprocess_block(&$vars) {
$vars['title_attributes_array']['class'][] = 'title';
$vars['classes_array'][] = 'clearfix';
}