function garland_preprocess_block
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';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.