1.20.x theme_test.module _theme_custom_theme()

Custom theme callback.

File

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

Code

function _theme_custom_theme() {
  return 'test_theme';
}