function garland_preprocess_block

garland_preprocess_block(&$variables)

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';
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/themes!garland!template.php/function/garland_preprocess_block/7.x