1 drupal.inc drupal_render_page($page)

Renders the page, including the HTML, HEAD, and BODY tags.

Deprecated

since 1.0.0

See also

backdrop_render_page()

Related topics

File

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

Code

function drupal_render_page($page) {
  return backdrop_render_page($page);
}