_theme_custom_theme

7 theme_test.module _theme_custom_theme()
8 theme_test.module _theme_custom_theme()

Custom theme callback.

1 string reference to '_theme_custom_theme'

File

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

Code

function _theme_custom_theme() {
  return 'test_theme';
}
Login or register to post comments