1 theme_test.theme.inc | theme_theme_test_foo($variables) |
Theme function for testing theme('theme_test_foo').
File
- core/
modules/ simpletest/ tests/ theme_test.theme.inc, line 17 - Theme functions for the Theme Test module.
Code
function theme_theme_test_foo($variables) {
return $variables['foo'];
}