array( 'arguments' => array('foo' => 'foo', 'bar' => 'bar'), ), ); } /** * Theme function for testing drupal_render() theming. */ function theme_common_test_foo($foo, $bar) { return $foo . $bar; }