| 7 theme_test.module | _theme_test_suggestion() |
| 8 theme_test.module | _theme_test_suggestion() |
Page callback, calls a theme hook suggestion.
1 string reference to '_theme_test_suggestion'
File
- modules/
simpletest/ tests/ theme_test.module, line 123
Code
function _theme_test_suggestion() {
return theme(array('theme_test__suggestion', 'theme_test'), array());
}
Login or register to post comments