You are here

function oa_search_preprocess_oa_toolbar_search in Open Atrium Search 7.2

Implements hook_preprocess_oa_toolbar_search().

File

./oa_search.module, line 112

Code

function oa_search_preprocess_oa_toolbar_search(&$vars) {
  $vars['oa_toolbar_btn_class'] = variable_get('oa_toolbar_style', 0) ? '' : 'btn-inverse';
  oa_search_add_js();
}