[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/user/ -> user-picture.tpl.php (source)

   1  <?php
   2  
   3  /**
   4   * @file user-picture.tpl.php
   5   * Default theme implementation to present an picture configured for the
   6   * user's account.
   7   *
   8   * Available variables:
   9   * - $picture: Image set by the user or the site's default. Will be linked
  10   *   depending on the viewer's permission to view the users profile page.
  11   * - $account: Array of account information. Potentially unsafe. Be sure to
  12   *   check_plain() before use.
  13   *
  14   * @see template_preprocess_user_picture()
  15   */
  16  ?>
  17  <div class="picture">
  18    <?php print $picture; ?>
  19  </div>


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7