You are here

function brainstorm_theme_form_views_exposed_form_alter in Brainstorm profile 7

Implements hook_form_FORM_ID_alter().

File

themes/brainstorm_theme/template.php, line 98
Process theme data.

Code

function brainstorm_theme_form_views_exposed_form_alter(&$form, &$form_state, $form_id) {
  $form['tid']['#options']['All'] = t('All');
}