1 drupal.inc drupal_add_html_head_link($attributes, $header = FALSE)

Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD.

Deprecated

since 1.0.0

See also

backdrop_add_html_head_link()

Related topics

File

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

Code

function drupal_add_html_head_link($attributes, $header = FALSE) {
  backdrop_add_html_head_link($attributes, $header);
}