1 drupal.inc drupal_add_html_head($data = NULL, $key = NULL)

Adds output to the HEAD tag of the HTML page.

Deprecated

since 1.0.0

See also

backdrop_add_html_head()

Related topics

File

core/includes/drupal.inc, line 559
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_add_html_head($data = NULL, $key = NULL) {
  return backdrop_add_html_head($data, $key);
}