summaryrefslogtreecommitdiff
path: root/modules/profile/profile-block.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-block.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-block.tpl.php')
-rw-r--r--modules/profile/profile-block.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/profile/profile-block.tpl.php b/modules/profile/profile-block.tpl.php
index d84633494..6466e05b2 100644
--- a/modules/profile/profile-block.tpl.php
+++ b/modules/profile/profile-block.tpl.php
@@ -7,7 +7,7 @@
* block. It only shows in relation to a node displayed as a full page.
*
* Available variables:
- * - $picture: Image configured for the account linking to the users page.
+ * - $user_picture: Image configured for the account linking to the users page.
* - $profile: Keyed array of all profile fields that have a value.
*
* Each $field in $profile contains:
@@ -30,7 +30,7 @@
* @see template_preprocess_profile_block()
*/
?>
-<?php print $picture; ?>
+<?php print $user_picture; ?>
<?php foreach ($profile as $field) : ?>
<p>