diff options
-rw-r--r-- | modules/profile/profile-listing.tpl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/profile/profile-listing.tpl.php b/modules/profile/profile-listing.tpl.php index 6b48189ad..48051a41d 100644 --- a/modules/profile/profile-listing.tpl.php +++ b/modules/profile/profile-listing.tpl.php @@ -10,6 +10,7 @@ * where all the data is collected and printed out. * * Available variables: + * - $account: User's account object. * - $picture: Image configured for the account linking to the users page. * - $name: User's account name linking to the users page. * - $profile: Keyed array of all profile fields that are set as visible |