theme_page

  1. drupal
    1. 4.7 theme.inc
    2. 5 theme.inc
    3. 6
    4. 7
Versions
4.7 – 5 theme_page($content)
6 theme_page()
7 theme_page($variables)

Implemented using the page.tpl.php template.

See also

page.tpl.php

Code

developer/theme.php, line 343

<?php
function theme_page($variables) {
  // This function is never used; see the corresponding template file instead.
}
?>