function _theme_custom_theme

Custom theme callback.

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

File

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

Code

function _theme_custom_theme() {
    return 'test_theme';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.