You are here

function gin_toolbar_theme_registry_alter in Gin Toolbar 8

Toolbar alter().

File

./gin_toolbar.module, line 100
gin_toolbar.module

Code

function gin_toolbar_theme_registry_alter(&$theme_registry) {
  $theme_registry['toolbar']['path'] = drupal_get_path('module', 'gin_toolbar') . '/templates';
  $theme_registry['menu__toolbar']['path'] = drupal_get_path('module', 'gin_toolbar') . '/templates';
}