theme_html

7 theme.php theme_html($variables)
8 theme.php theme_html($variables)

Implemented using the html.tpl.php template.

See also

html.tpl.php

Related topics

File

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

Code

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