1.20.x drupal.inc drupal_get_html_head()

Retrieves output to be displayed in the HEAD tag of the HTML page.

Deprecated

since 1.0.0

See also

backdrop_get_html_head()

Related topics

File

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

Code

function drupal_get_html_head() {
  return backdrop_get_html_head();
}