function garland_preprocess_region

7.x template.php garland_preprocess_region(&$vars)

Override or insert variables into the region template.

File

drupal-7.x/themes/garland/template.php, line 152

Code

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