1.20.x drupal.inc drupal_page_header()

Sets HTTP headers in preparation for a page response.

Deprecated

since 1.0.0

See also

backdrop_page_header()

Related topics

File

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

Code

function drupal_page_header() {
  return backdrop_page_header();
}