You are here

function _theme_test_engine_info_test in Drupal 7

Serves a simple page renderered using a Nyan Cat theme engine template.

1 string reference to '_theme_test_engine_info_test'
theme_test_menu in modules/simpletest/tests/theme_test.module
Implements hook_menu().

File

modules/simpletest/tests/theme_test.module, line 160

Code

function _theme_test_engine_info_test() {
  return array(
    '#markup' => theme('theme_test_template_test'),
  );
}