danielebarchiesi@0: field_example has a danielebarchiesi@0: * variable $field_example defined. When needing to access a field's raw danielebarchiesi@0: * values, developers/themers are strongly encouraged to use these danielebarchiesi@0: * variables. Otherwise they will have to explicitly specify the desired danielebarchiesi@0: * field language, e.g. $account->field_example['en'], thus overriding any danielebarchiesi@0: * language negotiation rule that was previously applied. danielebarchiesi@0: * danielebarchiesi@0: * @see user-profile-category.tpl.php danielebarchiesi@0: * Where the html is handled for the group. danielebarchiesi@0: * @see user-profile-item.tpl.php danielebarchiesi@0: * Where the html is handled for each item in the group. danielebarchiesi@0: * @see template_preprocess_user_profile() danielebarchiesi@0: * danielebarchiesi@0: * @ingroup themeable danielebarchiesi@0: */ danielebarchiesi@0: ?> danielebarchiesi@0:
> danielebarchiesi@0: danielebarchiesi@0: