You are here

function template_preprocess_oa_breadcrumb in Open Atrium Toolbar 7.2

Preprocess function for the oa_breadcrumb.

File

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

Code

function template_preprocess_oa_breadcrumb(&$vars) {
  $vars['show_parents'] = TRUE;
  template_preprocess_oa_toolbar($vars);
}