Theme function for testing theme('theme_test_foo').
function theme_theme_test_foo($variables) { return $variables['foo']; }