function example_theme_page in Coder 7
Same name and namespace in other branches
- 7.2 coder_upgrade/tests/old/samples/example.module \example_theme_page()
File
- coder_upgrade/
tests/ old/ samples/ example.module, line 1525
Code
function example_theme_page() {
$form = array();
print theme('page', $form);
print theme("page", $form);
return theme('page', $output);
}