theme_page

5 theme.inc theme_page($content)
6 theme.php theme_page()
7 theme.php theme_page($variables)
8 theme.php theme_page($variables)

Implemented using the page.tpl.php template.

See also

page.tpl.php

Related topics

File

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

Code

function theme_page($variables) {
  // This function is never used; see the corresponding template file instead.
}
Login or register to post comments