field_example becomes $field_example. When * needing to access a field's raw values, developers/themers are strongly * encouraged to use these variables. Otherwise they will have to explicitly * specify the desired field language, e.g. $user->field_example['en'], thus * overriding any language negotiation rule that was previously applied. * * @see user-profile-category.tpl.php * Where the html is handled for the group. * @see user-profile-field.tpl.php * Where the html is handled for each item in the group. * * Available variables: * - $user_profile: An array of profile items. Use render() to print them. * * @see template_preprocess_user_profile() */ ?>