You are here

function example_theme_page in Coder 7.2

Same name and namespace in other branches
  1. 7 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);
}