user-profile-item.tpl.php

Default theme implementation to present profile items (values from user account profile fields or modules).

This template is used to loop through and render each field configured for the user's account. It can also be the data from modules. The output is grouped by categories.

for the parent markup. Implemented as a definition list by default. where all items and categories are collected and printed out.

Available variables:

  • $title: Field title for the profile item.
  • $value: User defined value for the profile item or data from a module.
  • $attributes: HTML attributes. Usually renders classes.

See also

user-profile-category.tpl.php

user-profile.tpl.php

template_preprocess_user_profile_item()

File

modules/user/user-profile-item.tpl.php

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!user!user-profile-item.tpl.php/7.x