function garland_preprocess_region

Override or insert variables into the region template.

Archivo

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

Código

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