diff -r fcf75e232c5b -r 0ff3ba646492 web/drupal/modules/user/user-profile.tpl.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/drupal/modules/user/user-profile.tpl.php Fri Aug 21 16:26:26 2009 +0000 @@ -0,0 +1,48 @@ +'. check_plain(print_r($profile, 1)) .''; + * @endcode + * + * @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: All user profile data. Ready for print. + * - $profile: Keyed array of profile categories and their items or other data + * provided by modules. + * + * @see template_preprocess_user_profile() + */ +?> +