Project

General

Profile

Download (314 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<?php
2
/**
3
 * @file
4
 * Returns HTML for a picture configured for the user's account.
5
 *
6
 * Complete documentation for this file is available online.
7
 * @see https://drupal.org/node/1728110
8
 */
9
?>
10
<?php if ($user_picture): ?>
11
  <span class="user-picture">
12
    <?php print $user_picture; ?>
13
  </span>
14
<?php endif; ?>
(17-17/17)