You are here

function oa_appearance_preprocess_html in Open Atrium Appearance 7.2

Implements hook_preprocess_html

File

./oa_appearance.module, line 517
Provides integration between Open Atrium and Colorizer module

Code

function oa_appearance_preprocess_html(&$vars) {

  // add the js for controlling the header height
  drupal_add_js(drupal_get_path('module', 'oa_appearance') . '/oa_appearance.js');
}