Implements hook_process_HOOK() for html.tpl.php.
function bartik_process_html(&$variables) { // Hook into color.module. if (module_exists('color')) { _color_html_alter($variables); } }