function garland_preprocess_region in Drupal 7
Override or insert variables into the region template.
File
- themes/
garland/ template.php, line 152
Code
function garland_preprocess_region(&$variables) {
if ($variables['region'] == 'header') {
$variables['classes_array'][] = 'clearfix';
}
}