You are here

function farm_theme_preprocess_bootstrap_panel in farmOS 7

Implements hook_preprocess_bootstrap_panel().

File

themes/farm_theme/template.php, line 390
Farm theme template.php.

Code

function farm_theme_preprocess_bootstrap_panel(&$vars) {
  drupal_add_js(drupal_get_path('theme', 'farm_theme') . '/js/map_panel.js');
}