title: Title of the profile field. * - $field->value: Value of the profile field. * - $field->type: Type of the profile field, i.e., checkbox, textfield, * textarea, selection, list, url or date. * * Since $profile is keyed, a direct print of the field is possible. Not * all accounts may have a value for a profile so do a check first. If a field * of "last_name" was set for the site, the following can be used. * * *
* title; ?>:
* value; ?> *
* * * @see template_preprocess_profile_block() */ ?>

type != 'checkbox'): ?> title; ?>
value; ?>