function theme_page

6.x theme.php theme_page()

Implemented using the page.tpl.php template.

See also

page.tpl.php

Related topics

4 theme calls to theme_page()
drupal_access_denied in drupal-6.x/includes/common.inc
Generates a 403 error if the request is not allowed.
drupal_not_found in drupal-6.x/includes/common.inc
Generates a 404 error if the request can not be handled.
index.php in drupal-6.x/index.php
The PHP page that serves all page requests on a Drupal installation.
system_batch_page in drupal-6.x/modules/system/system.admin.inc
Default page callback for batches.

File

documentation-6.x/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.
}