$item) { // Render output using person_default theme. $elements[$delta] = array( '#theme' => 'person_default', '#forename' => check_plain($item->forename), '#surname' => check_plain($item->surname), '#age' => check_plain($item->age), ); } return $elements; } }