1 theme_test.module theme_test_template_test_page_callback()

Menu callback for testing template overriding based on filename.

File

core/modules/simpletest/tests/theme_test.module, line 115

Code

function theme_test_template_test_page_callback() {
  return theme('theme_test_template_test');
}