| Versions | |
|---|---|
| 4.7 – 5 | theme_page( |
| 6 | theme_page() |
| 7 | theme_page($variables) |
Implemented using the page.tpl.php template.
developer/
<?php
function theme_page($variables) {
// This function is never used; see the corresponding template file instead.
}
?>