summaryrefslogtreecommitdiff
path: root/modules/profile/profile-listing.tpl.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-06 05:06:00 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-06 05:06:00 +0000
commit9327932bf23250b7eb8b4953e45f2cfbf6dda641 (patch)
treedbd1a30eb0823ca117b1484bc13f04a1ed7742f0 /modules/profile/profile-listing.tpl.php
parent523ba0348ea70e6ed1412488cd37dc521d13abae (diff)
downloadbrdo-9327932bf23250b7eb8b4953e45f2cfbf6dda641.tar.gz
brdo-9327932bf23250b7eb8b4953e45f2cfbf6dda641.tar.bz2
#382870 by geerlingguy, jmburnz, EclipseGc, JohnAlbin, sun, et al: Update and Polish default node.tpl.php output.
Diffstat (limited to 'modules/profile/profile-listing.tpl.php')
-rw-r--r--modules/profile/profile-listing.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/profile/profile-listing.tpl.php b/modules/profile/profile-listing.tpl.php
index 48051a41d..cf8802d52 100644
--- a/modules/profile/profile-listing.tpl.php
+++ b/modules/profile/profile-listing.tpl.php
@@ -11,7 +11,7 @@
*
* Available variables:
* - $account: User's account object.
- * - $picture: Image configured for the account linking to the users page.
+ * - $user_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
* in member list pages (configured by site administrators). It also needs
@@ -38,7 +38,7 @@
*/
?>
<div class="profile clearfix">
- <?php print $picture; ?>
+ <?php print $user_picture; ?>
<div class="name">
<?php print $name; ?>