You are here

function oa_toolbar_preprocess_page in Open Atrium Toolbar 7.2

Implements template_preprocess_page().

File

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

Code

function oa_toolbar_preprocess_page(&$vars) {
  $vars['oa_toolbar_class'] = 'navbar-inverse';
  $vars['oa_toolbar_sticky'] = 'navbar-fixed-top';
}