You are here

function vartheme_process_html in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.3

Implements hook_preprocess_html().

See also

html.tpl.php

File

themes/vartheme/templates/system/html.vars.php, line 50

Code

function vartheme_process_html(&$variables, $hook) {

  // Flatten out html_attributes.
  $variables['html_attributes'] = drupal_attributes($variables['html_attributes_array']);
}