function bartik_process_html

Implements hook_process_HOOK() for html.tpl.php.

File

drupal/core/themes/bartik/bartik.theme, line 35
Functions to support theming in the Bartik theme.

Code

function bartik_process_html(&$variables) {

  // Hook into color.module.
  if (module_exists('color')) {
    _color_html_alter($variables);
  }
}