root / drupal7 / sites / all / themes / zen / templates / user-picture.tpl.php @ 4b706e38
1 | 87dbc3bf | Benjamin Luce | <?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; ?> |