You are here

function oa_core_preprocess_views_exposed_form in Open Atrium Core 7.2

Implements hook_preprocess_views_exposed_form().

File

./oa_core.module, line 1494

Code

function oa_core_preprocess_views_exposed_form(&$vars) {

  // Add options from a filters to the variables for use in our template.
  $vars['collapsed_filter'] = empty($vars['form']['#collapsed_filter']) ? FALSE : TRUE;
}