You are here

function farm_ui_theme_preprocess_toolbar in farmOS 2.x

Implements hook_preprocess_HOOK().

File

modules/core/ui/theme/farm_ui_theme.module, line 42
The farmOS UI Theme module.

Code

function farm_ui_theme_preprocess_toolbar(&$variables) {
  $variables['#attached']['library'][] = 'farm_ui_theme/toolbar';
}