You are here

function commons_origins_preprocess_pager_link in Drupal Commons 7.3

Implements hook_preprocess_pager().

File

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

Code

function commons_origins_preprocess_pager_link(&$variables, $hook) {

  // Style pager links like buttons.
  $variables['attributes']['class'][] = 'action-item';
  $variables['attributes']['class'][] = 'action-item-inline';
}