| 5 theme.inc | theme_page( |
| 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
Related topics
3 theme calls to theme_page()
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.
}
Login or register to post comments