You are here

function template_preprocess_oa_toolbar_menu_button in Open Atrium Toolbar 7.2

Preprocess function for the oa_toolbar_menu_button block.

File

./oa_toolbar.module, line 634
Provides hook implementations and functionality for oa_toolbar.

Code

function template_preprocess_oa_toolbar_menu_button(&$vars) {
  drupal_add_js(drupal_get_path('module', 'oa_toolbar') . '/js/toolbar-menu-toggle.js');
}