You are here

function commons_origins_preprocess_search_result in Drupal Commons 7.3

Implements hook_preprocess_search_result().

File

themes/commons/commons_origins/template.php, line 69
Process theme data.

Code

function commons_origins_preprocess_search_result(&$variables, $hook) {
  $variables['title_attributes_array']['class'][] = 'title';
  $variables['title_attributes_array']['class'][] = 'search-result-title';
  $variables['content_attributes_array']['class'][] = 'search-result-content';
}