function garland_preprocess_region

Override or insert variables into the region template.

File

drupal/themes/garland/template.php, line 152

Code

function garland_preprocess_region(&$variables) {
  if ($variables['region'] == 'header') {
    $variables['classes_array'][] = 'clearfix';
  }
}