Same name and namespace in other branches
  1. 4.6.x includes/theme.inc \theme_page()
  2. 4.7.x includes/theme.inc \theme_page()
  3. 5.x includes/theme.inc \theme_page()

Implemented using the page.tpl.php template.

See also

page.tpl.php

Related topics

2 theme calls to theme_page()
drupal_access_denied in includes/common.inc
Generates a 403 error if the request is not allowed.
drupal_not_found in includes/common.inc
Generates a 404 error if the request can not be handled.

File

developer/theme.php, line 334
Shadow theme functions for theme templates.

Code

function theme_page() {

  // This function is never used; see the corresponding template file instead.
}